x86: Update GNU_PROPERTY_X86_XXX macros
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / property-x86-3.s
1 .section ".note.gnu.property", "a"
2 .p2align 2
3 .long 1f - 0f /* name length. */
4 .long 3f - 1f /* data length. */
5 /* NT_GNU_PROPERTY_TYPE_0 */
6 .long 5 /* note type. */
7 0:
8 .asciz "GNU" /* vendor name. */
9 1:
10 .p2align 2
11 /* GNU_PROPERTY_X86_ISA_1_USED */
12 .long 0xc0010000 /* pr_type. */
13 .long 5f - 4f /* pr_datasz. */
14 4:
15 .long 0x3
16 5:
17 .p2align 2
18 /* GNU_PROPERTY_X86_ISA_1_NEEDED */
19 .long 0xc0008000 /* pr_type. */
20 .long 5f - 4f /* pr_datasz. */
21 4:
22 .long 0xa
23 5:
24 .p2align 2
25 3:
26
27 .section ".note.gnu.property", "a"
28 .p2align 2
29 .long 1f - 0f /* name length. */
30 .long 3f - 1f /* data length. */
31 /* NT_GNU_PROPERTY_TYPE_0 */
32 .long 5 /* note type. */
33 0:
34 .asciz "GNU" /* vendor name. */
35 1:
36 .p2align 2
37 /* GNU_PROPERTY_X86_ISA_1_USED */
38 .long 0xc0010000 /* pr_type. */
39 .long 5f - 4f /* pr_datasz. */
40 4:
41 .long 0x30
42 5:
43 .p2align 2
44 /* GNU_PROPERTY_X86_ISA_1_NEEDED */
45 .long 0xc0008000 /* pr_type. */
46 .long 5f - 4f /* pr_datasz. */
47 4:
48 .long 0xa0
49 5:
50 .p2align 2
51 3:
This page took 0.038098 seconds and 4 git commands to generate.