URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-arm/] [tls-thumb1.s] - Rev 332
Go to most recent revision | Compare with Previous | Blame | View Log
.arch armv4t .syntax unified .text text: .arm ldr r0,1f 2: bl +loc(tlscall) nop .p2align 2 1: .word loc(tlsdesc) + (. - 2b) .thumb ldr r0,1f 2: bl +loc(tlscall) nop .p2align 2 1: .word loc(tlsdesc) + (. - 2b + 1) .section ".foo","ax" foo: .arm ldr r0,1f 2: bl +loc(tlscall) nop .p2align 2 1: .word loc(tlsdesc) + (. - 2b) .arm ldr r0,1f 2: bl +glob(tlscall) nop .p2align 2 1: .word glob(tlsdesc) + (. - 2b) .thumb ldr r0,1f 2: bl +loc(tlscall) nop .p2align 2 1: .word loc(tlsdesc) + (. - 2b + 1) .section .tdata,"awT" loc: .space 4
Go to most recent revision | Compare with Previous | Blame | View Log