aboutsummaryrefslogtreecommitdiff
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
commitb71896da7ef5d6427932ff0bd48e242a578e5b2e (patch)
tree9a45da61fc71156418e67afd1924873a85b3e9c4 /gdb/sh-tdep.c
parent4397a6ab7a08d2c2a502933480ac1df508b2b333 (diff)
downloadgdb-b71896da7ef5d6427932ff0bd48e242a578e5b2e.zip
gdb-b71896da7ef5d6427932ff0bd48e242a578e5b2e.tar.gz
gdb-b71896da7ef5d6427932ff0bd48e242a578e5b2e.tar.bz2
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 2ab3f53..1c98caf 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
}
,