aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-11-02 23:03:24 +0000
committerNick Clifton <nickc@redhat.com>2000-11-02 23:03:24 +0000
commit59ff2774bb9be2f469601edd4a9ddccc0c88685f (patch)
tree9b16f16e60b274fb20fbae596abce884a6aa80d2 /bfd/bfd-in2.h
parentPreserve copy of case clobber opcodes so that .req pseudo op works (diff)
downloadbinutils-gdb-59ff2774bb9be2f469601edd4a9ddccc0c88685f.tar.gz
binutils-gdb-59ff2774bb9be2f469601edd4a9ddccc0c88685f.tar.bz2
binutils-gdb-59ff2774bb9be2f469601edd4a9ddccc0c88685f.zip
Add support for *-storm-chaos target
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 55c2dbab071..20e31638f6f 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -1383,7 +1383,7 @@ enum bfd_architecture
#define bfd_mach_sparc_v9b 10 /* with cheetah add'ns */
/* Nonzero if MACH has the v9 instruction set. */
#define bfd_mach_sparc_v9_p(mach) \
- ((mach) >= bfd_mach_sparc_v8plus && (mach) <= bfd_mach_sparc_v9a \
+ ((mach) >= bfd_mach_sparc_v8plus && (mach) <= bfd_mach_sparc_v9b \
&& (mach) != bfd_mach_sparc_sparclite_le)
bfd_arch_mips, /* MIPS Rxxxx */
#define bfd_mach_mips3000 3000