Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-riscv-elf/weakref.ld
2023-03-06 14:48:14 +01:00

7 lines
64 B
Plaintext

ENTRY(_start)
SECTIONS {
.text 0x90000000 : {
*(.text*)
}
}