[uClibc-cvs] uClibc/ldso/ldso/sh boot1_arch.h,1.4,1.5

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


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

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/sh/boot1_arch.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- boot1_arch.h	7 Feb 2004 10:40:21 -0000	1.4
+++ boot1_arch.h	7 Feb 2004 12:26:30 -0000	1.5
@@ -18,3 +18,4 @@
 "	.previous\n"			\
 );
 
+#define DL_BOOT(X)   static void __attribute__ ((unused)) _dl_boot2 (X)




More information about the uClibc-cvs mailing list