Support R_SPARC_WDISP10 and R_SPARC_H34.
[external/binutils.git] / gas / testsuite / gas / openrisc / lohi.s
1         .text
2         .global l_lo
3 l_lo:
4         l.addi  r1, r1, lo(0xdeadbeef)
5         .global l_hi
6 l_hi:   
7         l.movhi r1, hi(0xdeadbeef)