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

Erik Andersen andersen at uclibc.org
Sat Feb 7 10:40:27 UTC 2004


Update of /var/cvs/uClibc/ldso/ldso/sh64
In directory nail:/tmp/cvs-serv6635/ldso/sh64

Modified Files:
	boot1_arch.h 
Log Message:
Split off the stuff that cannot use function into its own file,
to make it easier to treat it specially while not bothering the
rest of the code with the same constraints.



Index: boot1_arch.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/ldso/sh64/boot1_arch.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- boot1_arch.h	17 Dec 2003 08:07:14 -0000	1.1
+++ boot1_arch.h	7 Feb 2004 10:40:23 -0000	1.2
@@ -21,5 +21,3 @@
 "	blink	tr0, r18	! call _dl_boot2 - user EP is in r2\n"	\
 );
 
-#define _dl_boot _dl_boot2
-#define LD_BOOT(X)   static void * __attribute__ ((unused)) _dl_boot (X)




More information about the uClibc-cvs mailing list