mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
7 lines
79 B
Perl
7 lines
79 B
Perl
|
SECTIONS
|
||
|
{
|
||
|
.foo : { *(.foo) }
|
||
|
.bar : { *(.bar) }
|
||
|
/DISCARD/ : { *(.*) }
|
||
|
}
|