Remove perror from ld_assemble, ld_compile and ld_nm
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr21903.s
CommitLineData
a4819f54 1 .text
2980ccad
L
2 .global bar
3bar:
4 .byte 0
5 .data
a4819f54
L
6 .dc.a foo
7 .ifdef HPUX
8foo .comm 4
9 .else
10 .comm foo, 4, 4
11 .endif
This page took 0.172091 seconds and 4 git commands to generate.