* ld-elf/group.ld: Discard .reginfo.
[binutils.git] / ld / testsuite / ld-elf / group.ld
blob58d78dab942a6c2bbfb8ea8675b9d29d6672c0cd
1 SECTIONS
3   . = 0x1000;
4   .text : { *(.text) *(.rodata.brlt) }
5   /DISCARD/ : { *(.reginfo) }