[ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-discard / discard.ld
1 ENTRY(_start)
2 SECTIONS
3 {
4 . = SIZEOF_HEADERS;
5 /* Sections to be discarded */
6 /DISCARD/ : {
7 *(.data.exit)
8 *(.text.exit)
9 }
10 }
This page took 0.029331 seconds and 4 git commands to generate.