gdb/testsuite: fix "up to main" in gdb.base/corefile-exec-context.exp
[binutils-gdb.git] / ld / testsuite / ld-i386 / property-6c.S
blob13f729df58d0f5800cdd25d9aff03e1c56057ba6
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_STACK_SIZE */
12         .long 1                 /* pr_type.  */
13         .long 5f - 4f           /* pr_datasz.  */
15         .dc.a 0xa00000          /* Stack size.  */
17         .p2align 2