11 lines
114 B
ArmAsm
Raw Normal View History

2012-01-05 23:13:27 +01:00
.globl xt
.section .toc,"aw"
xt:
.quad x
.globl _start
.text
_start:
addis 9,2,xt@toc@ha
ld 9,xt@toc@l(9)