URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-mips-elf/] [tls-hidden4b.s] - Rev 95
Go to most recent revision | Compare with Previous | Blame | View Log
.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
Go to most recent revision | Compare with Previous | Blame | View Log