URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-cris/] [tls-tprelm.s] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
.text .ifndef r .set r,1 .endif .global tlsfntprelm .type tlsfntprelm,@function .p2align 1 tlsfntprelm: move.w x:TPOFF16,$r10 .Lfe: .size tlsfntprelm,.Lfe-tlsfntprelm .section .tdata,"awT",@progbits .p2align 2 .type x,@object .size x,1 x: .byte 42 .globl z .type z,@object .size z,r z: .fill r,1,42
Go to most recent revision | Compare with Previous | Blame | View Log