Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-x86-64/pr23930-32.t
2023-03-06 14:48:14 +01:00

10 lines
137 B
Raku

PHDRS {
text PT_LOAD;
}
SECTIONS
{
. = (0x8000000f + ALIGN(0x1000000, 0x1000000));
.text : AT(ADDR(.text) - 0x8000000f) {
} :text
}