mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
* archures.c (bfd_mach_m32rx): Define it.
* bfd-in2.h: Rebuild.
This commit is contained in:
parent
e916b64e85
commit
a23ef39fe9
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user