Fix cached_frame allocation in py-unwind
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / property-unsorted-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_NO_COPY_ON_PROTECTED */
12 .long 2 /* pr_type. */
13 .long 0 /* pr_datasz. */
14 .p2align 2
153:
16
17 .section ".note.gnu.property", "a"
18 .p2align 2
19 .long 1f - 0f /* name length. */
20 .long 3f - 1f /* data length. */
21 /* NT_GNU_PROPERTY_TYPE_0 */
22 .long 5 /* note type. */
230:
24 .asciz "GNU" /* vendor name. */
251:
26 .p2align 2
27 /* GNU_PROPERTY_STACK_SIZE */
28 .long 1 /* pr_type. */
29 .long 5f - 4f /* pr_datasz. */
304:
31 .dc.a 0x800000 /* Stack size. */
325:
33 .p2align 2
343:
This page took 0.043259 seconds and 4 git commands to generate.