ELF: Support the section flag 'o' in .section directive
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr23658-1b.s
CommitLineData
fb9bbfd7
L
1 .section ".note.2", "a"
2 .p2align 2
3 .long .L1 - .L0 /* name length. */
4 .long .L3 - .L1 /* data length. */
5 .long 12345 /* note type. */
6.L0:
7 .asciz "GNU" /* vendor name. */
8.L1:
9 .p2align 2
10 .long 0 /* pr_type. */
11 .long .L5 - .L4 /* pr_datasz. */
12.L4:
13 .zero 0x10
14.L5:
15 .p2align 2
16.L3:
This page took 0.082468 seconds and 4 git commands to generate.