URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-powerpc/] [tlsopt3.s] - Rev 285
Go to most recent revision | Compare with Previous | Blame | View Log
.section ".tbss","awT",@nobits .global gd0 .align 3 gd0: .space 8 .section ".no_opt3", "ax", %progbits # this section should also not be optimised addi 3,2,gd@got@tlsgd b 0f addi 3,2,gd0@got@tlsgd b 1f 0: bl __tls_get_addr nop b 2f 1: bl __tls_get_addr nop 2:
Go to most recent revision | Compare with Previous | Blame | View Log