summaryrefslogtreecommitdiff
path: root/gdb/sh-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-03-20 07:28:05 +0000
committerAndrew Cagney <cagney@redhat.com>2000-03-20 07:28:05 +0000
commit4f5e74ada78a04ca29ef472f6f04fef82c5d27e1 (patch)
treeff50b443c9d26336fbe69846a35428e043f17dc0 /gdb/sh-tdep.c
parentbe3bd543dc94ef001c2e350f7729b161ffcbb650 (diff)
downloadgdb-4f5e74ada78a04ca29ef472f6f04fef82c5d27e1.tar.gz
Add sh2 to list of known architectures.
Diffstat (limited to 'gdb/sh-tdep.c')
-rw-r--r--gdb/sh-tdep.c4
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
}
,