ELF: Support the section flag 'o' in .section directive
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr19005.t
CommitLineData
c68c1637
L
1SECTIONS
2{
3 .foo : { *(.foo) }
4 .bar : { *(.bar) }
5 /DISCARD/ : { *(.*) }
6}
This page took 0.226077 seconds and 4 git commands to generate.