xref
: /
toolchain
/
binutils
/
binutils-2.27
/
ld
/
testsuite
/
ld-scripts
/
align-with-input.t
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
SECTIONS {
2
.abc : ALIGN(1) ALIGN_WITH_INPUT {
3
*(.abc)
4
}
5
}
6