Explorar o código

for sparc v8 MAGIC1 was defined incorrectly

Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
austinf %!s(int64=17) %!d(string=hai) anos
pai
achega
35b1cd3d25
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ldso/ldso/sparc/dl-sysdep.h

+ 1 - 1
ldso/ldso/sparc/dl-sysdep.h

@@ -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