aboutsummaryrefslogtreecommitdiff
path: root/bfd/archures.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-12-01 10:14:02 +0000
committerJeff Law <law@redhat.com>1999-12-01 10:14:02 +0000
commit31f8dc8fceba2e10cc6d503cc6280db0504dd7f7 (patch)
tree7bdfca9f665bde18d0afd196bc8cef38505af52b /bfd/archures.c
parent0ed4f623e67138e6119a6ec85524f595d2b8306a (diff)
downloadgdb-31f8dc8fceba2e10cc6d503cc6280db0504dd7f7.zip
gdb-31f8dc8fceba2e10cc6d503cc6280db0504dd7f7.tar.gz
gdb-31f8dc8fceba2e10cc6d503cc6280db0504dd7f7.tar.bz2
* archures.c (bfd_mach_am33): Define.
* bfd-in2.h: Rebuilt. * cpu-m10300.c (bfd_am33_arch): Add to the mn103 architecture list * elf-m10300.c (mn10300_elf_relax_section): Handle am33 instructions. (compute_function_info): Handle additional registers saved by movm on the am33. (elf_mn10300_mach): Handle E_MN10300_MACH_AM33. (_bfd_mn10300_elf_final_write_processing): Handle bfd_mach_am33.
Diffstat (limited to 'bfd/archures.c')
-rw-r--r--bfd/archures.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/archures.c b/bfd/archures.c
index 66b16bb..dac223a 100644
--- a/bfd/archures.c
+++ b/bfd/archures.c
@@ -188,6 +188,7 @@ DESCRIPTION
. bfd_arch_mn10200, {* Matsushita MN10200 *}
. bfd_arch_mn10300, {* Matsushita MN10300 *}
.#define bfd_mach_mn10300 300
+.#define bfd_mach_am33 330
. bfd_arch_fr30,
.#define bfd_mach_fr30 0x46523330
. bfd_arch_mcore,