Fix SHF_GNU_RETAIN testsuite fallout
[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.046185 seconds and 4 git commands to generate.