binutils, ld: make objdump --ctf's parameter optional
[binutils-gdb.git] / ld / testsuite / ld-unique / pr21529.ld
1 SECTIONS
2 {
3 .text : { *(.text) }
4 /DISCARD/ : { *(*) }
5 }