mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
|
SECTIONS
|
||
|
{
|
||
|
. = 0x208000;
|
||
|
.text : { *(.text) }
|
||
|
. = 0x400000;
|
||
|
_gp = 0x401234;
|
||
|
.sdata : { *(.sdata) }
|
||
|
/DISCARD/ : { *(*) }
|
||
|
}
|