mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-18 23:03:29 +08:00
15 lines
105 B
Perl
15 lines
105 B
Perl
|
SECTIONS
|
||
|
{
|
||
|
.text 0x1000 :
|
||
|
{
|
||
|
*(.text)
|
||
|
*(.pr)
|
||
|
}
|
||
|
|
||
|
.data :
|
||
|
{
|
||
|
*(.data)
|
||
|
*(.rw)
|
||
|
}
|
||
|
}
|