Make Syd Polk principal maintainer.
[deliverable/binutils-gdb.git] / gdb / sh-tdep.c
index 9e6b89b355a5cd73fe89373d89e342d01ce1d76a..1c98cafcee7b6eb719516fd434c63b538443461b 100644 (file)
@@ -88,9 +88,11 @@ static char *sh3e_reg_names[] = {
 };
 /* *INDENT-ON* */
 
-
-
+#ifdef _WIN32_WCE
+char **sh_register_names = sh3_reg_names;
+#else
 char **sh_register_names = sh_generic_reg_names;
+#endif
 
 struct
   {
@@ -103,6 +105,10 @@ sh_processor_type_table[] =
     sh_reg_names, bfd_mach_sh
   }
   ,
+  {
+    sh_reg_names, bfd_mach_sh2
+  }
+  ,
   {
     sh3_reg_names, bfd_mach_sh3
   }
This page took 0.0233 seconds and 4 git commands to generate.