tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr21562b.s
1 .section scnfoo,"aw",%progbits
2 .zero 0x10
3
4 .globl bar
5 .data
6 .type bar, %object
7 bar:
8 .ifdef UNDERSCORE
9 .dc.a ___stop_scnfoo
10 .else
11 .dc.a __stop_scnfoo
12 .endif
This page took 0.030321 seconds and 4 git commands to generate.