blob: 0744b078f889e5b9b4bfebc98627e7c62d25a277 [file] [log] [blame]
.macro load
.text
lw $4,%gottprel(foo\@)($gp)
.global foo\@
.type foo\@,@object
.size foo\@,4
.section .tdata,"awT",@progbits
foo\@:
.word \@
.endm
.rept 4
load
.endr
.data
.word undef