Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-riscv-elf/weakref.ld

7 lines
64 B
Text
Raw Normal View History

2023-03-06 14:48:14 +01:00
ENTRY(_start)
SECTIONS {
.text 0x90000000 : {
*(.text*)
}
}