x86-64: Move PIC check for PC-relative relocations back
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / property-x86-5a.s
1 .text
2 .globl _start
3 _start:
4 .byte 0
5
6 .section ".note.gnu.property", "a"
7 .ifdef __64_bit__
8 .p2align 3
9 .else
10 .p2align 2
11 .endif
12 .long 1f - 0f /* name length. */
13 .long 3f - 1f /* data length. */
14 /* NT_GNU_PROPERTY_TYPE_0 */
15 .long 5 /* note type. */
16 0:
17 .asciz "GNU" /* vendor name. */
18 1:
19 .ifdef __64_bit__
20 .p2align 3
21 .else
22 .p2align 2
23 .endif
24 /* GNU_PROPERTY_X86_ISA_1_NEEDED */
25 .long 0xc0008000 /* pr_type. */
26 .long 5f - 4f /* pr_datasz. */
27 4:
28 .long 0x1
29 5:
30 .ifdef __64_bit__
31 .p2align 3
32 .else
33 .p2align 2
34 .endif
35 .ifdef __64_bit__
36 .p2align 3
37 .else
38 .p2align 2
39 .endif
40 /* GNU_PROPERTY_X86_ISA_1_USED */
41 .long 0xc0010000 /* pr_type. */
42 .long 5f - 4f /* pr_datasz. */
43 4:
44 .long 0x0
45 5:
46 .ifdef __64_bit__
47 .p2align 3
48 .else
49 .p2align 2
50 .endif
51 3:
This page took 0.03185 seconds and 4 git commands to generate.