8 lines
98 B
Perl
8 lines
98 B
Perl
SECTIONS
|
|
{
|
|
.foo : {
|
|
__foo_start = .;
|
|
KEEP(*(.foo))
|
|
__foo_end = .;
|
|
}
|
|
}
|