URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-arm/] [tls-app.s] - Rev 827
Go to most recent revision | Compare with Previous | Blame | View Log
.text .globl foo .type foo, %function foo: nop .L2: nop mov pc, lr .Lpool: .word lib_gd(tlsgd) + (. - .L2 - 8) .word app_gd(tlsgd) + (. - .L2 - 8) .word app_ld(tlsldm) + (. - .L2 - 8) .word app_ld(tlsldo) .word app_ie(gottpoff) + (. - .L2 - 8) .word app_le(tpoff) .section .tdata,"awT" .global app_gd app_gd: .space 4 .global app_ld app_ld: .space 4 .section .tbss,"awT",%nobits .global app_ie app_ie: .space 4 .global app_le app_le: .space 4
Go to most recent revision | Compare with Previous | Blame | View Log