readelf ngettext fixes
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / x86-64 / shstk.s
CommitLineData
48580982
L
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 */
100: .asciz "GNU" /* vendor name */
111:
12.ifdef __64_bit__
13 .p2align 3
14.else
15 .p2align 2
16.endif
172: .long 0xc0000002 /* pr_type. */
18 .long 4f - 3f /* pr_datasz. */
193:
20 .long 0x2
214:
22.ifdef __64_bit__
23 .p2align 3
24.else
25 .p2align 2
26.endif
275:
This page took 0.048994 seconds and 4 git commands to generate.