ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / symbolic-func.s
1 .text
2 .global fun
3 .type fun, %function
4 fun:
5 .space 4
6 .size fun, .-fun
7
8 .section .data.rel.ro,"aw",%progbits
9 .p2align 3
10 .type fun_ptr, %object
11 fun_ptr:
12 .dc.a fun
13 .size fun_ptr, .-fun_ptr
This page took 0.030318 seconds and 4 git commands to generate.