mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
8 lines
101 B
Perl
8 lines
101 B
Perl
|
SECTIONS
|
||
|
{
|
||
|
.text : { *(.text) }
|
||
|
.data : { *(.data) }
|
||
|
__data_end = .;
|
||
|
/DISCARD/ : { *(.*) }
|
||
|
}
|