diff options
author | Nick Clifton <nickc@redhat.com> | 2000-11-02 23:03:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-11-02 23:03:24 +0000 |
commit | 59ff2774bb9be2f469601edd4a9ddccc0c88685f (patch) | |
tree | 9b16f16e60b274fb20fbae596abce884a6aa80d2 /bfd/bfd-in2.h | |
parent | 37d8bb275baa259bc12f873cc4bf2a4f8ef81af5 (diff) | |
download | gdb-59ff2774bb9be2f469601edd4a9ddccc0c88685f.zip gdb-59ff2774bb9be2f469601edd4a9ddccc0c88685f.tar.gz gdb-59ff2774bb9be2f469601edd4a9ddccc0c88685f.tar.bz2 |
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 55c2dba..20e3163 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 |