diff options
author | austinf <austinf@localhost> | 2009-04-11 19:30:04 +0000 |
---|---|---|
committer | austinf <austinf@localhost> | 2009-04-11 19:30:04 +0000 |
commit | 35b1cd3d25d1d4f6e8fc0a90263b5d98dfa66073 (patch) | |
tree | 71f79aa9305acb2e7856d1af0ccc92f19125b3fe /ldso | |
parent | 141518c76b0ef3da826b4f3c5fb06378d95a9b63 (diff) |
for sparc v8 MAGIC1 was defined incorrectly
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/ldso/sparc/dl-sysdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/sparc/dl-sysdep.h b/ldso/ldso/sparc/dl-sysdep.h index ebfa268e3..fc42de86b 100644 --- a/ldso/ldso/sparc/dl-sysdep.h +++ b/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 |