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