Add tests for PR ld/20513
[deliverable/binutils-gdb.git] / ld / testsuite / ld-nios2 / mixed1a.s
CommitLineData
965b1d80
SL
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
This page took 0.071273 seconds and 4 git commands to generate.