URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-vxworks/] [tls-1.s] - Rev 286
Go to most recent revision | Compare with Previous | Blame | View Log
.globl foo foo: .section .tls_data .p2align 2 .type i,%object .size i,4 i: .space 4 .globl __tls__i .section .tls_vars .p2align 2 .type __tls__i,%object .size __tls__i,12 __tls__i: .4byte i .4byte 0 .4byte 4
Go to most recent revision | Compare with Previous | Blame | View Log