Retro68/binutils/gold/testsuite/script_test_11.t

9 lines
98 B
Perl

SECTIONS
{
.foo : {
__foo_start = .;
KEEP(*(.foo))
__foo_end = .;
}
}