repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improve readelf's display of RELR relocs.
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-x86-64
/
pr24322c.s
blob
6a6b517fd078ceefd00be11339008aaf39ced666
1
.section
".note.gnu.property"
,
"a"
2
.ifdef __64_bit__
3
.p2align 3
4
.else
5
.p2align 2
6
.endif
7
.long 1f - 0f
/* name length */
8
.long 5f - 2f
/* data length */
9
.long 5
/* note type */
10
0
:
.asciz
"GNU"
/* vendor name */
11
1
:
12
.ifdef __64_bit__
13
.p2align 3
14
.else
15
.p2align 2
16
.endif
17
2
:
.long 0xc0000002
/* pr_type. */
18
.long 4f - 3f
/* pr_datasz. */
19
3
:
20
.long 0x0
21
4
:
22
.ifdef __64_bit__
23
.p2align 3
24
.else
25
.p2align 2
26
.endif
27
5
: