ld: Issue an error for GC on __patchable_function_entries section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr21904.s
1 .ifdef HPUX
2 foo .comm 4
3 .else
4 .comm foo, 4, 4
5 .endif
This page took 0.035768 seconds and 4 git commands to generate.