ELF: Add testcases for PR ld/23658
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr23658-1a.s
1 .text
2 .global foo
3 foo:
4 .dc.a 0
5
6 .section ".note.4", "a"
7 .p2align 3
8 .long .L1 - .L0 /* name length. */
9 .long .L3 - .L1 /* data length. */
10 .long 123456 /* note type. */
11 .L0:
12 .asciz "GNU" /* vendor name. */
13 .L1:
14 .p2align 3
15 .long 0 /* pr_type. */
16 .long .L5 - .L4 /* pr_datasz. */
17 .L4:
18 .zero 0x10
19 .L5:
20 .p2align 3
21 .L3:
This page took 0.035067 seconds and 4 git commands to generate.