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