Commit | Line | Data |
---|---|---|
1e50d24d RS |
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 | } |