AArch64: Add SVE DWARF registers
[binutils-gdb.git] / ld / testsuite / ld-discard / discard.ld
blob64f3350642f018ac5f95d71886edae64a6f83b10
1 ENTRY(_start)
2 SECTIONS
4   . = SIZEOF_HEADERS;
5   /* Sections to be discarded */
6   /DISCARD/ : {
7         *(.data.exit)
8         *(.text.exit)
9         }