aboutsummaryrefslogtreecommitdiff
path: root/gdb
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
parent4397a6ab7a08d2c2a502933480ac1df508b2b333 (diff)
downloadfsf-binutils-gdb-b71896da7ef5d6427932ff0bd48e242a578e5b2e.zip
fsf-binutils-gdb-b71896da7ef5d6427932ff0bd48e242a578e5b2e.tar.gz
fsf-binutils-gdb-b71896da7ef5d6427932ff0bd48e242a578e5b2e.tar.bz2
Add sh2 to list of known architectures.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/sh-tdep.c4
2 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 93f9e84..98f7faa 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+Mon Mar 20 18:12:46 2000 Andrew Cagney <cagney@b1.cygnus.com>
+
+ From Fri 10 Mar 2000 Robert
+ <robert.melchers@drives.eurotherm.co.uk>:
+ * sh-tdep.c (sh_processor_type_table): Add entry for sh2.
+
Mon Mar 20 17:33:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
From Thu Mar 16 16:49:27 EST 2000 John David Anglin
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
}
,