[uClibc-cvs] uClibc/ldso/ldso/sh64 boot1_arch.h,1.2,1.3

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


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

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/sh64/boot1_arch.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- boot1_arch.h	7 Feb 2004 10:40:23 -0000	1.2
+++ boot1_arch.h	7 Feb 2004 12:26:33 -0000	1.3
@@ -21,3 +21,5 @@
 "	blink	tr0, r18	! call _dl_boot2 - user EP is in r2\n"	\
 );
 
+#define DL_BOOT(X)   static void __attribute__ ((unused)) _dl_boot2 (X)
+




More information about the uClibc-cvs mailing list