]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
PR binutils/16023
authorNick Clifton <nickc@redhat.com>
Wed, 9 Oct 2013 16:21:26 +0000 (16:21 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 9 Oct 2013 16:21:26 +0000 (16:21 +0000)
* debug.c (debug_type_samep): Add missing break statement.

binutils/ChangeLog
binutils/debug.c

index 48d3f0ba251156f34f9d908c65437a64924cdb42..3fd83fb6864fc56690a66c894483eac0bfe86bc6 100644 (file)
@@ -1,5 +1,8 @@
 2013-10-09  Nick Clifton  <nickc@redhat.com>
 
+       PR binutils/16023
+       * debug.c (debug_type_samep): Add missing break statement.
+
        PR binutils/16024
        * objdump.c (usage): Mark as a no-return function.
        (main): Add comment explaining why a break statement is not
index ee0d62e8ff9218cc3b854ed04d80112088402b94..0aa1f50755b968a2406a5d952ed57b4c9d263281 100644 (file)
@@ -1,6 +1,5 @@
 /* debug.c -- Handle generic debugging information.
-   Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2005, 2007,
-   2009  Free Software Foundation, Inc.
+   Copyright 1995-2013 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <ian@cygnus.com>.
 
    This file is part of GNU Binutils.
@@ -3156,6 +3155,7 @@ debug_type_samep (struct debug_handle *info, struct debug_type_s *t1,
             && t1->u.krange->upper == t2->u.krange->upper
             && debug_type_samep (info, t1->u.krange->type,
                                  t2->u.krange->type));
+      break;
 
     case DEBUG_KIND_ARRAY:
       ret = (t1->u.karray->lower == t2->u.karray->lower