Add SORT_BY_INIT_PRIORITY.
[binutils.git] / ld / testsuite / ld-discard / discard.ld
bloba7ff4a5802ecb90954feb44c997852ef44112385
1 ENTRY(_start)
2 SECTIONS
4   /* Sections to be discarded */
5   /DISCARD/ : {
6         *(.data.exit)
7         *(.text.exit)
8         }