ELF: Support the section flag 'o' in .section directive
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr18735.s
1 .data
2 .symver foo, foo@FOO
3 .symver bar, bar@@FOO
4 .globl foo
5 .type foo, %object
6 foo:
7 .byte 0
8 .size foo, .-foo
9 .globl bar
10 .type bar, %object
11 bar:
12 .byte 0
13 .size bar, .-bar
This page took 0.030427 seconds and 4 git commands to generate.