URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [arm/] [tls.s] - Rev 304
Go to most recent revision | Compare with Previous | Blame | View Log
.text .globl main .type main, %function main: nop .L2: nop mov pc, lr .Lpool: .word a(tlsgd) + (. - .L2 - 8) .word b(tlsldm) + (. - .L2 - 8) .word c(gottpoff) + (. - .L2 - 8) .word d(tpoff)
Go to most recent revision | Compare with Previous | Blame | View Log