URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-i386/] [tlsie3.s] - Rev 299
Go to most recent revision | Compare with Previous | Blame | View Log
.text .globl _start _start: leal foo@gotntpoff(%ebx), %ecx movl (%ecx), %ecx .globl foo .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