Remove perror from ld_assemble, ld_compile and ld_nm
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr19005.t
1 SECTIONS
2 {
3 .foo : { *(.foo) }
4 .bar : { *(.bar) }
5 /DISCARD/ : { *(.*) }
6 }
This page took 0.02959 seconds and 4 git commands to generate.