]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/pr22450.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr22450.s
1
2 .section ".note.gnu", "a" /* NB/ Deliberately incorrect section name. Should be: .note.gnu.property */
3 .p2align ALIGN
4
5 .dc.l 1f - 0f /* Name length. */
6 .dc.l 5f - 2f /* Data length. */
7 .dc.l 5 /* Note type: NT_GNU_PROPERTY_TYPE_0 */
8 0:
9 .asciz "GNU" /* Vendor name. */
10 1:
11 .p2align ALIGN
12 2:
13 .dc.l 1 /* pr_type: GNU_PROPERTY_STACK_SIZE */
14 .dc.l 5f - 4f /* pr_datasz. */
15 4:
16 .dc.a 0x8000 /* Stack size. */
17 5:
18 .p2align ALIGN
19 3: