diff options
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index b3c03fd..364ab4e 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1258,7 +1258,9 @@ enum bfd_architecture /* end-sanitize-v850e */ bfd_arch_arc, /* Argonaut RISC Core */ #define bfd_mach_arc_base 0 - bfd_arch_m32r, /* Mitsubishi M32R/D */ + bfd_arch_m32r, /* Mitsubishi M32R/D/X */ +#define bfd_mach_m32r 0 /* backwards compatibility */ +#define bfd_mach_m32rx 'x' bfd_arch_mn10200, /* Matsushita MN10200 */ bfd_arch_mn10300, /* Matsushita MN10300 */ bfd_arch_last |