mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 19:23:33 +08:00
8 lines
113 B
Perl
8 lines
113 B
Perl
|
SECTIONS
|
||
|
{
|
||
|
.text : {*(.text)}
|
||
|
. = ALIGN(CONSTANT (MAXPAGESIZE));
|
||
|
.data : {*(.data)}
|
||
|
/DISCARD/ : {*(*)}
|
||
|
}
|