x86: Update GNU_PROPERTY_X86_XXX macros
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr23372c.s
CommitLineData
56ad703d
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 4f - 1f /* data length. */
9 /* NT_GNU_PROPERTY_TYPE_0 */
10 .long 5 /* note type. */
110:
12 .asciz "GNU" /* vendor name. */
131:
14.ifdef __64_bit__
15 .p2align 3
16.else
17 .p2align 2
18.endif
a9eafb08 19 /* GNU_PROPERTY_X86_COMPAT_ISA_1_NEEDED */
56ad703d
L
20 .long 0xc0000001 /* pr_type. */
21 .long 3f - 2f /* pr_datasz. */
222:
23 .long 0x0
243:
25.ifdef __64_bit__
26 .p2align 3
27.else
28 .p2align 2
29.endif
304:
This page took 0.032095 seconds and 4 git commands to generate.