ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr21562a.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 ___start_scnfoo
10 .else
11 .dc.a __start_scnfoo
12 .endif
This page took 0.032141 seconds and 4 git commands to generate.