ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr19789.s
CommitLineData
9c1d7a08
L
1 .text
2 .globl __foo
3 .type __foo, %function
4__foo:
5 .byte 0
6 .globl __foo1
54975ae9
L
7 .ifdef NO_SET
8 __foo1 = __foo
9 .else
9c1d7a08 10 .set __foo1, __foo
54975ae9 11 .endif
9c1d7a08
L
12 .symver __foo,foo@@VERS.2
13 .symver __foo1,foo@VERS.1
This page took 0.217923 seconds and 4 git commands to generate.