* archures.c (bfd_mach_m32rx): Define it.

* bfd-in2.h: Rebuild.
This commit is contained in:
Doug Evans 1999-10-05 01:14:20 +00:00
parent e916b64e85
commit a23ef39fe9
3 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@ Mon Oct 4 17:49:45 1999 Nick Clifton <nickc@cygnus.com>
* elf32-m32r.c (m32r_elf_object_p): Recognize E_M32RX_ARCH.
(m32r_elf_print_private_bfd_data): Ditto.
(m32r_elf_final_write_processing): Handle bfd_mach_m32rx.
* archures.c (bfd_mach_m32rx): Define it.
* bfd-in2.h: Rebuild.
1999-09-28 Fred Fish <fnf@cygnus.com>

View File

@ -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

View File

@ -1369,6 +1369,7 @@ enum bfd_architecture
#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