[uClibc-cvs] svn commit: trunk/uClibc/ldso/ldso/sparc

vapier at uclibc.org vapier at uclibc.org
Wed Mar 16 23:19:37 UTC 2005


Author: vapier
Date: 2005-03-16 16:19:36 -0700 (Wed, 16 Mar 2005)
New Revision: 10031

Log:
make it compile again

Modified:
   trunk/uClibc/ldso/ldso/sparc/resolve.S


Changeset:
Modified: trunk/uClibc/ldso/ldso/sparc/resolve.S
===================================================================
--- trunk/uClibc/ldso/ldso/sparc/resolve.S	2005-03-16 23:19:00 UTC (rev 10030)
+++ trunk/uClibc/ldso/ldso/sparc/resolve.S	2005-03-16 23:19:36 UTC (rev 10031)
@@ -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




More information about the uClibc-cvs mailing list