x86: Don't mask out the GNU_PROPERTY_X86_UINT32_VALID bit
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / property-1.s
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 3f - 1f /* data length. */
9 /* NT_GNU_PROPERTY_TYPE_0 */
10 .long 5 /* note type. */
11 0:
12 .asciz "GNU" /* vendor name. */
13 1:
14 .ifdef __64_bit__
15 .p2align 3
16 .else
17 .p2align 2
18 .endif
19 /* GNU_PROPERTY_X86_ISA_1_USED */
20 .long 0xc0010000 /* pr_type. */
21 .long 5f - 4f /* pr_datasz. */
22 4:
23 /* GNU_PROPERTY_X86_UINT32_VALID */
24 .long 0x80000000
25 5:
26 .ifdef __64_bit__
27 .p2align 3
28 .else
29 .p2align 2
30 .endif
31 3:
This page took 0.032855 seconds and 4 git commands to generate.