bfd/arc: Add R_ prefix to all relocation names
[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.030733 seconds and 4 git commands to generate.