Add tests for PR ld/20513
[deliverable/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
This page took 0.030109 seconds and 4 git commands to generate.