aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-powerpc/tocopt3.s
blob: abadbfa6bb38b13124a720bcca837455cbc9b657 (plain)
1
2
3
4
5
6
7
8
9
 .section .toc,"aw"
0:
 .quad x

 .globl _start
 .text
_start:
 addis 9,2,0b@toc@ha
 ld 9,0b@toc@l(9)