diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-03-20 07:28:05 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-03-20 07:28:05 +0000 |
commit | 4f5e74ada78a04ca29ef472f6f04fef82c5d27e1 (patch) | |
tree | ff50b443c9d26336fbe69846a35428e043f17dc0 /gdb/sh-tdep.c | |
parent | be3bd543dc94ef001c2e350f7729b161ffcbb650 (diff) | |
download | gdb-4f5e74ada78a04ca29ef472f6f04fef82c5d27e1.tar.gz |
Add sh2 to list of known architectures.
Diffstat (limited to 'gdb/sh-tdep.c')
-rw-r--r-- | gdb/sh-tdep.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/sh-tdep.c b/gdb/sh-tdep.c index 2ab3f53c73c..1c98cafcee7 100644 --- a/gdb/sh-tdep.c +++ b/gdb/sh-tdep.c @@ -106,6 +106,10 @@ sh_processor_type_table[] = } , { + sh_reg_names, bfd_mach_sh2 + } + , + { sh3_reg_names, bfd_mach_sh3 } , |