* Makefile.tpl: Clean $(BUILD_SUBDIR).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-discard / discard.ld
1 ENTRY(_start)
2 SECTIONS
3 {
4 /* Sections to be discarded */
5 /DISCARD/ : {
6 *(.data.exit)
7 *(.text.exit)
8 }
9 }
This page took 0.029789 seconds and 4 git commands to generate.