tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / ver_def.s
1 .data
2 .globl new_foo
3 .type new_foo, %object
4 new_foo:
5 .symver new_foo, foo@@ver_foo
This page took 0.032025 seconds and 4 git commands to generate.