URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-mips-elf/] [tls-hidden4a.s] - Rev 855
Go to most recent revision | Compare with Previous | Blame | View Log
.macro load lw $4,%gottprel(foo\@)($gp) .endm .rept 4 load .endr .macro load2 lw $4,%got(undefa\@)($gp) .endm .rept 0x3000 load2 .endr .section .tdata,"awT",@progbits .fill 0xabc0
Go to most recent revision | Compare with Previous | Blame | View Log