OpenGrok
Cross Reference: sort.t
xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-scripts
/
sort.t
Home
|
History
|
Annotate
|
Download
|
only in
ld-scripts
1
SECTIONS
2
{
3
.text : {*(.text .text.*)}
4
/DISCARD/ : { *(.*) }
5
}
6