URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-mips-elf/] [tls-hidden3b.s] - Rev 853
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 .data .word undef
Go to most recent revision | Compare with Previous | Blame | View Log