* sh-tdep.c (sh_target_architecture_hook): Return immediately
authorMark Alexander <marka@cygnus>
Tue, 26 Jan 1999 03:57:32 +0000 (03:57 +0000)
committerMark Alexander <marka@cygnus>
Tue, 26 Jan 1999 03:57:32 +0000 (03:57 +0000)
when a matching machine is found.

gdb/ChangeLog
gdb/sh-tdep.c

index e9210feb56935a13f9561c59683e902dac2b47ce..776c920d08d876b71f2351da44c00172abe7109e 100644 (file)
@@ -1,3 +1,14 @@
+Mon Jan 25 19:55:30 1999  Mark Alexander  <marka@cygnus.com>
+
+       * sh-tdep.c (sh_target_architecture_hook): Return immediately
+       when a matching machine is found.
+
+Fri Jan 22 09:10:35 1999  Mark Alexander  <marka@cygnus.com>
+
+       * remote-mips.c (mips_initialize): Fix parameters to clear_breakpoint.
+       (common_breakpoint): Restore support for instruction breakpoints
+       on non-LSI targets.
+
 Thu Jan 21 17:16:19 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * stack.c: Close open comment.
index 226ca2fe5adf60cdb264eeca915fd55417fa2c5c..6f9e4ccefbde94e770aa3a403ddab7f15c455c1e 100644 (file)
@@ -612,6 +612,7 @@ sh_target_architecture_hook (ap)
       if (sh_processor_type_table[i].mach == ap->mach)
        {
          sh_register_names = sh_processor_type_table[i].regnames;
+         return 1;
        }
     }