* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-scripts / empty-address-2a.t
blob6a40ad8b7c43d34dfac287ce19925c167a2e84d4
1 SECTIONS
3   .text : { *(.text) }
4   .data : { *(.data) }
5   __data_end = .;
6   /DISCARD/ : { *(.*) }