RISC-V: Handle out-of-range calls to undefined weak.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / weakref.ld
1 ENTRY(_start)
2 SECTIONS {
3 .text 0x90000000 : {
4 *(.text*)
5 }
6 }
This page took 0.030069 seconds and 4 git commands to generate.