From 51987d4c7d42027a86c8fbedda559dde76a18a21 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 30 Jul 2004 03:31:31 +0000 Subject: Whitespace cleanup --- ldso/ldso/powerpc/resolve.S | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'ldso/ldso/powerpc/resolve.S') diff --git a/ldso/ldso/powerpc/resolve.S b/ldso/ldso/powerpc/resolve.S index 9193636fc..03c6a79b8 100644 --- a/ldso/ldso/powerpc/resolve.S +++ b/ldso/ldso/powerpc/resolve.S @@ -55,28 +55,3 @@ _dl_linux_resolve: .LFE2: .size _dl_linux_resolve,.LFE2-_dl_linux_resolve -#if 0 - - pusha /* preserve all regs */ - lea 0x20(%esp),%eax /* eax = tpnt and reloc_entry params */ - pushl 4(%eax) /* push copy of reloc_entry param */ - pushl (%eax) /* push copy of tpnt param */ - -#ifdef __PIC__ - call .L24 -.L24: - popl %ebx - addl $_GLOBAL_OFFSET_TABLE_+[.-.L24],%ebx - movl _dl_linux_resolver@GOT(%ebx),%ebx /* eax = resolved func */ - call *%ebx -#else - call _dl_linux_resolver -#endif - movl %eax,0x28(%esp) /* store func addr over original - * tpnt param */ - addl $0x8,%esp /* remove copy parameters */ - popa /* restore regs */ - ret $4 /* jump to func removing original - * reloc_entry param from stack */ -#endif - -- cgit v1.2.3