include/elf/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-v850 / split-lo16.ld
1 SECTIONS
2 {
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/ : { *(*); }
11 }
This page took 0.036511 seconds and 4 git commands to generate.