* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-scripts / empty-address-2b.t
blobdcf264f4a28f1136499f165355b3553c0aa9c84f
1 SECTIONS
3   .text 0x0000000: { *(.text) }
4   .data :
5   {
6     PROVIDE (__data_start = .);
7     *(.data)
8   }
9   __data_end = .;
10   /DISCARD/ : { *(.*) }