OpenGrok
Cross Reference: script_test_11.t
xref
: /
toolchain
/
binutils
/
binutils-2.25
/
gold
/
testsuite
/
script_test_11.t
Home
|
History
|
Annotate
|
Download
|
only in
testsuite
1
SECTIONS
2
{
3
.foo : {
4
__foo_start = .;
5
KEEP(*(.foo))
6
__foo_end = .;
7
}
8
}
9