[uClibc-cvs] uClibc/ldso/ldso/sparc boot1_arch.h,1.3,1.4

Erik Andersen andersen at uclibc.org
Sat Feb 7 12:26:39 UTC 2004


Update of /var/cvs/uClibc/ldso/ldso/sparc
In directory nail:/home/andersen/CVS/uClibc/ldso/ldso/sparc

Modified Files:
	boot1_arch.h 
Log Message:
Restore the library entry point so it works.  It does have
to be arch specific to work properly.


Index: boot1_arch.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/ldso/sparc/boot1_arch.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- boot1_arch.h	7 Feb 2004 10:40:25 -0000	1.3
+++ boot1_arch.h	7 Feb 2004 12:26:36 -0000	1.4
@@ -4,4 +4,4 @@
  * can be done.
  */
 
-#define _dl_boot2 _dl_boot
+#define DL_BOOT(X) void __attribute__ ((unused)) _dl_boot (X)




More information about the uClibc-cvs mailing list