ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr23591a.s
1 .ifdef UNDERSCORE
2 .hidden ___start___sancov_cntrs
3 .else
4 .hidden __start___sancov_cntrs
5 .endif
6 .text
7 .globl _start
8 .type _start, %function
9 _start:
10 .ifdef UNDERSCORE
11 .dc.a ___start___sancov_cntrs
12 .else
13 .dc.a __start___sancov_cntrs
14 .endif
This page took 0.03194 seconds and 4 git commands to generate.