mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
13 lines
116 B
Perl
13 lines
116 B
Perl
|
ENTRY(RAM)
|
||
|
|
||
|
MEMORY
|
||
|
{
|
||
|
ram (rwx) : ORIGIN = 0, LENGTH = 0x1000000
|
||
|
}
|
||
|
|
||
|
SECTIONS
|
||
|
{
|
||
|
.text : { } >ram
|
||
|
}
|
||
|
RAM = ADDR(ram);
|