PowerPC PIC vs. DLL TLS issues
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr24721a.s
CommitLineData
f93ab3a0
L
1 .text
2 .globl foo
3 .type foo,@function
4 .p2align 4
5foo:
6 ret
7
8 .section ".note.gnu.property", "a"
9.ifdef __64_bit__
10 .p2align 3
11.else
12 .p2align 2
13.endif
14 .long 1f - 0f /* name length */
15 .long 5f - 2f /* data length */
16 .long 5 /* note type */
170: .asciz "GNU" /* vendor name */
181:
19.ifdef __64_bit__
20 .p2align 3
21.else
22 .p2align 2
23.endif
242: .long 0xc0000002 /* pr_type. */
25 .long 4f - 3f /* pr_datasz. */
263:
27 .long 0x1
284:
29.ifdef __64_bit__
30 .p2align 3
31.else
32 .p2align 2
33.endif
345:
This page took 0.037033 seconds and 4 git commands to generate.