mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
11 lines
130 B
Perl
11 lines
130 B
Perl
|
SECTIONS
|
||
|
{
|
||
|
. = 0x10000000;
|
||
|
.text : { *(.text) }
|
||
|
|
||
|
__ehdr_start = 0x12345678;
|
||
|
|
||
|
. = 0x20000000;
|
||
|
.rodata : { *(.rodata) }
|
||
|
}
|