Retro68/binutils/ld/testsuite/ld-riscv-elf/weakref.ld

7 lines
64 B
Plaintext
Raw Normal View History

2018-12-28 15:25:28 +00:00
ENTRY(_start)
SECTIONS {
.text 0x90000000 : {
*(.text*)
}
}