Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-scripts/align-with-input.t
2023-03-06 14:48:14 +01:00

5 lines
66 B
Raku

SECTIONS {
.abc : ALIGN(1) ALIGN_WITH_INPUT {
*(.abc)
}
}