tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr21903.s
1 .text
2 .global bar
3 bar:
4 .byte 0
5 .data
6 .dc.a foo
7 .ifdef HPUX
8 foo .comm 4
9 .else
10 .comm foo, 4, 4
11 .endif
This page took 0.048815 seconds and 4 git commands to generate.