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