URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-x86-64/] [tlsgd3.s] - Rev 38
Go to most recent revision | Compare with Previous | Blame | View Log
.text .globl _start _start: leaq foo@TLSGD(%rip), %rdi call __tls_get_addr .section .tdata,"awT",@progbits .align 4 .type foo, @object .size foo, 4 foo: .long 100
Go to most recent revision | Compare with Previous | Blame | View Log