summaryrefslogtreecommitdiff
path: root/gdb/sh-tdep.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-02-14 18:43:48 +0000
committerNick Clifton <nickc@redhat.com>2000-02-14 18:43:48 +0000
commit2aae02c632ddf202835ead6de0969d010dbd11d9 (patch)
treed84dfb4cf7466f52578005c5c9266621be716d16 /gdb/sh-tdep.c
parent9f607d358b9823d4058eae249838f8d40042696e (diff)
downloadgdb-2aae02c632ddf202835ead6de0969d010dbd11d9.tar.gz
Remove extraneous code.
Diffstat (limited to 'gdb/sh-tdep.c')
-rw-r--r--gdb/sh-tdep.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/sh-tdep.c b/gdb/sh-tdep.c
index 6003e829bc7..9e6b89b355a 100644
--- a/gdb/sh-tdep.c
+++ b/gdb/sh-tdep.c
@@ -112,10 +112,6 @@ sh_processor_type_table[] =
}
,
{
- sh3e_reg_names, bfd_mach_sh4
- }
- ,
- {
NULL, 0
}
};
@@ -636,10 +632,6 @@ sh_show_regs (args, from_tty)
else
cpu = 0;
- /* FIXME: sh4 has more registers */
- if (cpu == bfd_mach_sh4)
- cpu = bfd_mach_sh3;
-
printf_filtered ("PC=%s SR=%08lx PR=%08lx MACH=%08lx MACHL=%08lx\n",
paddr (read_register (PC_REGNUM)),
(long) read_register (SR_REGNUM),