[MIPS] Map 'move' to 'or'.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / tocopt3.s
1 .section .toc,"aw"
2 0:
3 .quad x
4
5 .globl _start
6 .text
7 _start:
8 addis 9,2,0b@toc@ha
9 ld 9,0b@toc@l(9)
This page took 0.029579 seconds and 4 git commands to generate.