mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
|
SECTIONS
|
||
|
{
|
||
|
lo16_carry = 0x56789abc;
|
||
|
lo16_nocarry = 0x12345678;
|
||
|
split_lo16_carry = 0x789abcde;
|
||
|
split_lo16_nocarry = 0x00123456;
|
||
|
odd = 0x23456789;
|
||
|
. = 0x10000;
|
||
|
.text : { *(.text); }
|
||
|
/DISCARD/ : { *(*); }
|
||
|
}
|