From 3ac8cf81beaef80a05b0e99fb381a5ed08f51144 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 16 Mar 2005 23:19:36 +0000 Subject: make it compile again --- ldso/ldso/sparc/resolve.S | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'ldso/ldso/sparc') diff --git a/ldso/ldso/sparc/resolve.S b/ldso/ldso/sparc/resolve.S index a21facfbc..253400ae8 100644 --- a/ldso/ldso/sparc/resolve.S +++ b/ldso/ldso/sparc/resolve.S @@ -1,25 +1,22 @@ /* * These are various helper routines that are needed to run an ELF image. */ -#define COMPILE_ASM -#include "dl-sysdep.h" .text - .align 16 +.align 16 .globl _dl_linux_resolve +.type _dl_linux_resolve,#function _dl_linux_resolve: /* - * Call the resolver - pass the address of the PLT so that we can + * Call the resolver - pass the address of the PLT so that we can * figure out which module we are in. */ mov %o7,%o1 - call _dl_linux_resolver + call _dl_linux_resolver mov %g1,%o0 jmpl %o0,%o7 restore .LFE2: - - .type _dl_linux_resolve,#function .size _dl_linux_resolve,.LFE2-_dl_linux_resolve -- cgit v1.2.3