* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-scripts / defined4.t
blob1221df2bf1bdf8c7aa36fe5d0fbc41d30d48dd9f
1 SECTIONS {
2         .text : { *(.text) }
3         .data : { *(.data) }
4         .bss : { *(.bss) *(COMMON) }
6 defined1 = defined;