svn commit: [26066] trunk/uClibc/ldso/ldso/sparc
austinf at uclibc.org
austinf at uclibc.org
Sat Apr 11 19:30:05 UTC 2009
Author: austinf
Date: 2009-04-11 19:30:04 +0000 (Sat, 11 Apr 2009)
New Revision: 26066
Log:
for sparc v8 MAGIC1 was defined incorrectly
Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
Modified:
trunk/uClibc/ldso/ldso/sparc/dl-sysdep.h
Changeset:
Modified: trunk/uClibc/ldso/ldso/sparc/dl-sysdep.h
===================================================================
--- trunk/uClibc/ldso/ldso/sparc/dl-sysdep.h 2009-04-11 11:07:22 UTC (rev 26065)
+++ trunk/uClibc/ldso/ldso/sparc/dl-sysdep.h 2009-04-11 19:30:04 UTC (rev 26066)
@@ -29,7 +29,7 @@
/* Here we define the magic numbers that this dynamic loader should accept
* Note that SPARCV9 doesn't use EM_SPARCV9 since the userland is still 32-bit.
*/
-#if defined(__sparc_v9__) || defined(__sparc_v8__)
+#if defined(__sparc_v9__)
#define MAGIC1 EM_SPARC32PLUS
#else
#define MAGIC1 EM_SPARC
More information about the uClibc-cvs
mailing list