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 | b71896da7ef5d6427932ff0bd48e242a578e5b2e (patch) | |
tree | 9a45da61fc71156418e67afd1924873a85b3e9c4 /gdb/sh-tdep.c | |
parent | 4397a6ab7a08d2c2a502933480ac1df508b2b333 (diff) | |
download | gdb-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.c | 4 |
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 } , |