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