mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
11 lines
145 B
Perl
11 lines
145 B
Perl
|
SECTIONS
|
||
|
{
|
||
|
.text : { *(.text) }
|
||
|
OVERLAY 0x1000 : AT (0x4000)
|
||
|
{
|
||
|
.text1 {*(.text1)}
|
||
|
.text2 {*(.text2)}
|
||
|
}
|
||
|
/DISCARD/ : { *(.*) }
|
||
|
}
|