ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / textrel.s
1 .section .rodata,"a",%progbits
2 .global pfoo, foo
3 pfoo:
4 .dc.a foo
5 foo:
This page took 0.031203 seconds and 4 git commands to generate.