diff options
author | Michael Snyder <msnyder@vmware.com> | 2003-05-16 23:39:24 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2003-05-16 23:39:24 +0000 |
commit | 5d1db417cabc9c212b1e149eeb8cac486e8264bd (patch) | |
tree | a93a5d020cd89bdea443db4c5152138082a5c132 /bfd/bfd-in2.h | |
parent | cf662e211d1a0312f56370b1fe624ea8f4217311 (diff) | |
download | gdb-5d1db417cabc9c212b1e149eeb8cac486e8264bd.zip gdb-5d1db417cabc9c212b1e149eeb8cac486e8264bd.tar.gz gdb-5d1db417cabc9c212b1e149eeb8cac486e8264bd.tar.bz2 |
2003-05-16 Michael Snyder <msnyder@redhat.com>
From Bernd Schmidt <bernds@redhat.com>
* archures.c (bfd_mach_h8300sx): New.
* bfd-in2.h: Regenerate.
* cpu-h8300.c (h8300_scan)): Add support for h8300sx.
(h8300sx_info_struct): New.
(h8300s_info_struct): Link to it.
* elf32-h8300.c (elf32_h8_mach): Add support for h8300sx.
(elf32_h8_final_write_processing): Likewise.
(elf32_h8_relax_section): Likewise.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 637376b..4f7014e 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1635,6 +1635,7 @@ enum bfd_architecture #define bfd_mach_h8300s 3 #define bfd_mach_h8300hn 4 #define bfd_mach_h8300sn 5 +#define bfd_mach_h8300sx 6 bfd_arch_pdp11, /* DEC PDP-11 */ bfd_arch_powerpc, /* PowerPC */ #define bfd_mach_ppc 32 |