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

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


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

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/arm/boot1_arch.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- boot1_arch.h	14 Nov 2002 00:53:49 -0000	1.4
+++ boot1_arch.h	7 Feb 2004 10:40:15 -0000	1.5
@@ -18,13 +18,9 @@
 "	mov	pc, r6\n"		\
 );
 
-#define _dl_boot _dl_boot2
-#define LD_BOOT(X)   static void *  __attribute__ ((unused)) _dl_boot (X)
-
-
  /* It seems ARM needs an offset here */
 #undef ELFMAGIC
-#define	    ELFMAGIC	ELFMAG+load_addr 
+#define	    ELFMAGIC	ELFMAG+load_addr
 
 
 




More information about the uClibc-cvs mailing list