ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / comm-data3b.s
1 .weak foo
2 .type foo,%function
3 .size foo,1
4 .text
5 foo:
6 .byte 1
This page took 0.035741 seconds and 4 git commands to generate.