tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr21233-l.s
1 .data
2 .globl bar
3 .type bar, %object
4 bar:
5 .byte 1
6 .size bar, . - bar
This page took 0.029679 seconds and 4 git commands to generate.