OpenGrok
Cross Reference: align-with-input.t
xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-scripts
/
align-with-input.t
Home
|
History
|
Annotate
|
Download
|
only in
ld-scripts
1
SECTIONS {
2
.abc : ALIGN(1) ALIGN_WITH_INPUT {
3
*(.abc)
4
}
5
}
6