Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / property-x86-5a.s
CommitLineData
90c745dc
L
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. */
160:
17 .asciz "GNU" /* vendor name. */
181:
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. */
274:
28 .long 0x1
295:
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. */
434:
0a59decb 44 .long 0x0
90c745dc
L
455:
46.ifdef __64_bit__
47 .p2align 3
48.else
49 .p2align 2
50.endif
513:
This page took 0.083337 seconds and 4 git commands to generate.