ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr24526.s
1 .text
2 .globl _start
3 _start:
4 .byte 0
5 .section .note,"",%note
6 .dc.a .foo
7
8 .section .foo,"a"
9 .dc.a 0
10 .section .bar,"ao",%progbits,.foo
11 .dc.a 0
12 .section .zed,"ao",%progbits,.foo
13 .dc.a 0
This page took 0.029348 seconds and 4 git commands to generate.