[uClibc-cvs] uClibc/ldso/ldso/arm dl-startup.h,1.6,1.7
Erik Andersen
andersen at uclibc.org
Tue Feb 17 07:33:15 UTC 2004
Update of /var/cvs/uClibc/ldso/ldso/arm
In directory nail:/tmp/cvs-serv20885/arm
Modified Files:
dl-startup.h
Log Message:
Kill off an arm specific hack, that fostered three other arch specific
hacks. Just check for the elf magic string one byte at a time....
Index: dl-startup.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/ldso/arm/dl-startup.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dl-startup.h 7 Feb 2004 12:26:12 -0000 1.6
+++ dl-startup.h 17 Feb 2004 07:33:12 -0000 1.7
@@ -18,8 +18,4 @@
" mov pc, r6\n" \
);
- /* It seems ARM needs an offset here */
-#undef ELFMAGIC
-#define ELFMAGIC ELFMAG+load_addr
-
#define DL_BOOT(X) static void __attribute__ ((unused)) _dl_boot2 (X)
More information about the uClibc-cvs
mailing list