opcodes/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / pc2210.s
1 # Test R_SPARC_PC22 and R_SPARC_PC10 relocations
2 .data
3 sym: .word 0
4 .text
5 sethi %pc22(sym), %o1
6 or %o1, %pc10(sym), %o1
This page took 0.032052 seconds and 5 git commands to generate.