mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
1eec346e12
* ldlang.c: Likewise. * ldlang.h: Likewise. * ldlex.l: Likewise. * mri.c: Likewise. * ld.texinfo: Document new feature. * NEWS: Mention new feature. * ld-scripts/script.exp: Run align with input test. * ld-scripts/align-with-input.t: New file. * ld-scripts/rgn-at8.d: Likewise. * ld-scripts/rgn-at8.t: Likewise.
6 lines
66 B
Raku
6 lines
66 B
Raku
SECTIONS {
|
|
.abc : ALIGN(1) ALIGN_WITH_INPUT {
|
|
*(.abc)
|
|
}
|
|
}
|