aboutsummaryrefslogtreecommitdiff
path: root/gdb/sh-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-08-01 21:38:03 +0000
committerAndrew Cagney <cagney@redhat.com>2004-08-01 21:38:03 +0000
commit03d363a1457cd1aed97903af8880a6c158226665 (patch)
tree37da3e3b4329d2985714bd79cc1de0da93ccd2d1 /gdb/sh-tdep.c
parent8241eaa6e5630d9196210b14365428814f06821c (diff)
downloadgdb-03d363a1457cd1aed97903af8880a6c158226665.zip
gdb-03d363a1457cd1aed97903af8880a6c158226665.tar.gz
gdb-03d363a1457cd1aed97903af8880a6c158226665.tar.bz2
2004-08-01 Andrew Cagney <cagney@gnu.org>
* sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init. * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o. * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o. * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
Diffstat (limited to 'gdb/sh-tdep.c')
-rw-r--r--gdb/sh-tdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/sh-tdep.c b/gdb/sh-tdep.c
index 86380ce..90e25c6 100644
--- a/gdb/sh-tdep.c
+++ b/gdb/sh-tdep.c
@@ -2180,10 +2180,12 @@ sh_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
sh_show_regs = sh4_nofpu_show_regs;
break;
+#if 0
case bfd_mach_sh5:
sh_show_regs = sh64_show_regs;
/* SH5 is handled entirely in sh64-tdep.c */
return sh64_gdbarch_init (info, arches);
+#endif
}
/* If there is already a candidate, use it. */