diff options
author | 2000-11-02 23:03:24 +0000 | |
---|---|---|
committer | 2000-11-02 23:03:24 +0000 | |
commit | 59ff2774bb9be2f469601edd4a9ddccc0c88685f (patch) | |
tree | 9b16f16e60b274fb20fbae596abce884a6aa80d2 /bfd/bfd-in2.h | |
parent | Preserve copy of case clobber opcodes so that .req pseudo op works (diff) | |
download | binutils-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.h | 2 |
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 |