You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
293 B

.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
.text
.macro load2
lw $4,%got(undefb\@)($gp)
.endm
.rept 0x3000
load2
.endr
.data
.word undef