Re: PR28827, assertion building LLVM 9 on powerpc64le-linux-gnu
[binutils-gdb.git] / ld / testsuite / ld-nios2 / mixed1a.s
1 # Test linking incompatible object file types.
2
3 .text
4 .global _start
5 _start:
6 movhi r2, %hiadj(foo)
7 addi r2, r2, %lo(foo)
8 ldw r2, 0(r2)
9 cmpeq r2, r2, zero