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

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


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

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/cris/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:16 -0000	1.4
+++ boot1_arch.h	7 Feb 2004 12:26:14 -0000	1.5
@@ -13,3 +13,4 @@
 "	jsr $r9\n"			\
 );
 
+#define DL_BOOT(X) static void __attribute__ ((unused)) _dl_boot2 (X)




More information about the uClibc-cvs mailing list