RISC-V: Fix lui relaxation issue with code at address 0.
[external/binutils.git] / ld / testsuite / ld-riscv-elf / c-lui-2.ld
1 ENTRY(_start)
2 SECTIONS {
3         .text 0x00000000 : {
4                 *(.text*)
5         }
6 }