OpenCores
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 59

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.