aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
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/bfd-in2.h
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/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 50539b124..93c9b7e 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -1376,6 +1376,7 @@ enum bfd_architecture
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,