ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / size-2.s
1 .text
2 .long 1,2,3,4
3
4 # thread local storage sections
5 .section .tdata
6 .long 5,6,7,8,9,10,11,12
7
8 .section .tbss
9 .long 0,0,0,0,0,0,0,0,0,0,0,0
This page took 0.031693 seconds and 4 git commands to generate.