mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 19:12:24 +08:00
7 lines
103 B
Plaintext
7 lines
103 B
Plaintext
SECTIONS
|
|
{
|
|
. = -0x100000;
|
|
.text : AT(ADDR(.text) + 0x100000) { *(.text) }
|
|
/DISCARD/ : { *(*) }
|
|
}
|