PR 17287, DT_NEEDED of unneeded libraries affects --as-needed
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / multibss1.s
1 .macro makebss
2 .section .bss_\@,"aw",%nobits
3 .space 0x10000
4 .endm
5
6 .rept 80
7 makebss
8 .endr
9
10 .text
11 .space 0x10
This page took 0.029019 seconds and 4 git commands to generate.