summaryrefslogtreecommitdiff
path: root/gdb/sh-tdep.c
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-05-09 17:51:01 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-05-09 17:51:01 +0000
commitbb4a4a9151136f2b86a23fed32a5fdba9e2db699 (patch)
tree71d581da67d3c47055381a099d07c3f690af1098 /gdb/sh-tdep.c
parent8ba9c428b76e9903407e3579d5e82c01d43ac437 (diff)
downloadgdb-bb4a4a9151136f2b86a23fed32a5fdba9e2db699.tar.gz
2001-05-09 Elena Zannoni <ezannoni@redhat.com>
* sh3-rom.c (_initialize_sh3_rom): Get rid of specific _WINDOWS conditional for help with connections through parallel ports, given that the actual code for downloading through a parallel port is not conditionalized. * sh-tdep.c: Remove WIN32_WCE conditional. The wince sh target is unmaintaned, and probably on its way to obsolescence.
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 0475b4396c5..78a4a25d463 100644
--- a/gdb/sh-tdep.c
+++ b/gdb/sh-tdep.c
@@ -59,14 +59,6 @@ struct frame_extra_info
int f_offset;
};
-#if 0
-#ifdef _WIN32_WCE
-char **sh_register_names = sh3_reg_names;
-#else
-char **sh_register_names = sh_generic_reg_names;
-#endif
-#endif
-
static char *
sh_generic_register_name (int reg_nr)
{