mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-05 12:53:16 +08:00
12 lines
152 B
Perl
12 lines
152 B
Perl
|
SECTIONS
|
||
|
{
|
||
|
.text 0: { *(.text .pr) }
|
||
|
.data 0x200:
|
||
|
{
|
||
|
*(.data)
|
||
|
ASSERT (. < 0x400, oops);
|
||
|
}
|
||
|
.bss : { *(.bss) }
|
||
|
/DISCARD/ : { *(.*) }
|
||
|
}
|