Add a description of the 'n' symbol type displayed by nm.
[deliverable/binutils-gdb.git] / binutils / debug.c
index ee0d62e8ff9218cc3b854ed04d80112088402b94..5c984b7550d8ecd2433a490b01ab57f18ee7ff29 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 (C) 1995-2019 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
This page took 0.023977 seconds and 4 git commands to generate.