Retro68/binutils/ld/testsuite/ld-riscv-elf/weakref.ld
2018-12-28 16:25:28 +01:00

7 lines
64 B
Plaintext

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