forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user