Fix cached_frame allocation in py-unwind
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / property-x86-1.S
CommitLineData
46bed679
L
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. */
70:
8 .asciz "GNU" /* vendor name. */
91:
10 .p2align 2
11 /* GNU_PROPERTY_STACK_SIZE */
12 .long 1 /* pr_type. */
13 .long 5f - 4f /* pr_datasz. */
144:
15 .dc.a 0x600000 /* Stack size. */
165:
17 .p2align 2
18 /* GNU_PROPERTY_X86_ISA_1_USED */
19 .long 0xc0000000 /* pr_type. */
20 .long 5f - 4f /* pr_datasz. */
214:
22 .long 0xa
235:
24 .p2align 2
25 /* GNU_PROPERTY_X86_ISA_1_NEEDED */
26 .long 0xc0000001 /* pr_type. */
27 .long 5f - 4f /* pr_datasz. */
284:
29 .long 0x3
305:
31 .p2align 2
323:
This page took 0.03543 seconds and 4 git commands to generate.