ld: better handling of lma region for orphan sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr14170c.s
1 .hidden foo
2 .ifdef HPUX
3 foo .comm 4
4 .else
5 .comm foo,4,4
6 .endif
This page took 0.029452 seconds and 4 git commands to generate.