diff options
author | Nick Clifton <nickc@redhat.com> | 2005-01-17 14:08:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-01-17 14:08:17 +0000 |
commit | e38bc3b5244a70367b51990962e12f6847eee6fd (patch) | |
tree | 94829d7afe5b744b2f9e4cd58e475ad093036a64 /bfd/bfd-in2.h | |
parent | 12b21d12565a077ddad83d353bd72e9806681f32 (diff) | |
download | gdb-e38bc3b5244a70367b51990962e12f6847eee6fd.zip gdb-e38bc3b5244a70367b51990962e12f6847eee6fd.tar.gz gdb-e38bc3b5244a70367b51990962e12f6847eee6fd.tar.bz2 |
Fix SH2A machine variants in order to correctly select instruction inheritance
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index fe41161..28a762b 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1687,10 +1687,10 @@ enum bfd_architecture #define bfd_mach_sh_dsp 0x2d #define bfd_mach_sh2a 0x2a #define bfd_mach_sh2a_nofpu 0x2b -#define bfd_mach_sh2a_fake1 0x2a1 -#define bfd_mach_sh2a_fake2 0x2a2 -#define bfd_mach_sh2a_fake3 0x2a3 -#define bfd_mach_sh2a_fake4 0x2a4 +#define bfd_mach_sh2a_nofpu_or_sh4_nommu_nofpu 0x2a1 +#define bfd_mach_sh2a_nofpu_or_sh3_nommu 0x2a2 +#define bfd_mach_sh2a_or_sh4 0x2a3 +#define bfd_mach_sh2a_or_sh3e 0x2a4 #define bfd_mach_sh2e 0x2e #define bfd_mach_sh3 0x30 #define bfd_mach_sh3_nommu 0x31 |