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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-i386/] [combreloc.s] - Rev 853

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

	.text
	.globl	_start, foo
	.type	_start,@function
_start:
	pushl	%ebp
	movl	%esp, %ebp
        pushl	%ebx
        call	1f
1:	popl	%ebx
	addl	$_GLOBAL_OFFSET_TABLE_+[.-1b], %ebx
	movl	_start@GOT(%ebx), %eax
	movl	(%eax), %eax
	call	foo@PLT
	movl	(%esp), %ebx
	leave
foo:	ret
	.data
	.long	_start
	.section "__libc_subfreeres", "aw", @progbits
	.long	_start
	.section "__libc_atexit", "aw", @progbits
	.long	_start
 

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.