diff options
author | Doug Evans <dje@google.com> | 1999-10-05 01:14:20 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1999-10-05 01:14:20 +0000 |
commit | 748b7f0f54a0e2df89b5b38608beb1af697f04ac (patch) | |
tree | 81a2cd0235609cc9728a011a0e37845c125aedfe /bfd/archures.c | |
parent | 57ed2233d85cf7ed6844d6fa3532c5ff5960170c (diff) | |
download | gdb-748b7f0f54a0e2df89b5b38608beb1af697f04ac.tar.gz |
* archures.c (bfd_mach_m32rx): Define it.
* bfd-in2.h: Rebuild.
Diffstat (limited to 'bfd/archures.c')
-rw-r--r-- | bfd/archures.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index dbd75077ad8..aeddca2796f 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -181,6 +181,7 @@ DESCRIPTION .#define bfd_mach_arc_base 0 . bfd_arch_m32r, {* Mitsubishi M32R/D *} .#define bfd_mach_m32r 0 {* backwards compatibility *} +.#define bfd_mach_m32rx 'x' . bfd_arch_mn10200, {* Matsushita MN10200 *} . bfd_arch_mn10300, {* Matsushita MN10300 *} .#define bfd_mach_mn10300 300 |