Re: PR28827, assertion building LLVM 9 on powerpc64le-linux-gnu
[binutils-gdb.git] / ld / testsuite / ld-riscv-elf / c-lui-2.ld
1 ENTRY(_start)
2 SECTIONS {
3 .text 0x00000000 : {
4 *(.text*)
5 }
6 }