* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-v850 / split-lo16.ld
blobbde906303b09bab73cd39d438e49099e4f4ab2ec
1 SECTIONS
3   lo16_carry = 0x56789abc;
4   lo16_nocarry = 0x12345678;
5   split_lo16_carry = 0x789abcde;
6   split_lo16_nocarry = 0x00123456;
7   odd = 0x23456789;
8   . = 0x10000;
9   .text : { *(.text); }
10   /DISCARD/ : { *(*); }