* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-elf / group.ld
blob123ab26de6f3d195351aa898974652cd582cd011
1 SECTIONS
3   . = 0x1000;
4   .text : { *(.text) *(.rodata.brlt) }
5   /DISCARD/ : { *(.dropme) *(.reginfo) }