OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [i386/] [tlsd.s] - Rev 215

Go to most recent revision | Compare with Previous | Blame | View Log

	.section ".tdata", "awT", @progbits
	.globl foo, baz
	.hidden baz
foo:	.long 25
bar:	.long 27
baz:	.long 29
	.text
	.globl	fn
	.type	fn,@function
fn:
	pushl	%ebp
	movl	%esp, %ebp
	pushl	%ebx
	pushl	%eax
	call	1f
1:	popl	%ebx
	addl	$_GLOBAL_OFFSET_TABLE_+[.-1b], %ebx
 
	/* Dynamic TLS model, foo not known to be in the current object  */
	leal	foo@TLSGD(,%ebx,1), %eax
	call	___tls_get_addr@PLT
	/* %eax now contains &foo  */
 
	/* Dynamic TLS model, bar and baz known to be in the current object  */
	leal	bar@TLSLDM(%ebx), %eax
	call	___tls_get_addr@PLT
 
	/* Just show that there can be arbitrary instructions here  */
	addl	$0, %edi
 
	leal	bar@DTPOFF(%eax), %edx
	/* %edx now contains &bar  */
 
	/* Again, arbitrary instructions  */
	addl	$0, %esi
 
	leal	baz@DTPOFF(%eax), %ecx
	/* %ecx now contains &baz  */
 
	movl    -4(%ebp), %ebx
	leave
	ret
 

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.