2011-02-28 Michael Snyder <msnyder@vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Mon, 28 Feb 2011 23:32:27 +0000 (23:32 +0000)
committerMichael Snyder <msnyder@vmware.com>
Mon, 28 Feb 2011 23:32:27 +0000 (23:32 +0000)
* stabsread.c (rs6000_builtin_type): Missing break statement.

gdb/ChangeLog
gdb/stabsread.c

index 29e5527153a79557a520dc8cf971f6485e03cd72..d8f3b7eed70b9704f8b2c2969665b4f9265b490f 100644 (file)
@@ -1,5 +1,7 @@
 2011-02-28  Michael Snyder  <msnyder@vmware.com>
 
+       * stabsread.c (rs6000_builtin_type): Missing break statement.
+
        * dbxread.c (process_one_symbol): Discard unused value.
 
        * coffread.c (coff_end_symtab): Delete unused variable.
index c52f960616ea4049312cc87ea5971fc866e3f40e..bd8e12b8a2a478b8ae2a7c05f6cb4b0fc80b93a6 100644 (file)
@@ -2124,6 +2124,7 @@ rs6000_builtin_type (int typenum, struct objfile *objfile)
     case 9:
       rettype = init_type (TYPE_CODE_INT, 4, TYPE_FLAG_UNSIGNED,
                           "unsigned", objfile);
+      break;
     case 10:
       rettype = init_type (TYPE_CODE_INT, 4, TYPE_FLAG_UNSIGNED,
                           "unsigned long", objfile);