7 lines
79 B
Perl
7 lines
79 B
Perl
|
SECTIONS
|
||
|
{
|
||
|
.foo : { *(.foo) }
|
||
|
.bar : { *(.bar) }
|
||
|
/DISCARD/ : { *(.*) }
|
||
|
}
|