Fix "fall through" comments
[deliverable/binutils-gdb.git] / gdb / dbxread.c
index bdf4fb9c798394133237bdf54bb26be41d2034d3..d0926896e26cebb06a047692409e6cab858c5f38 100644 (file)
@@ -2883,9 +2883,9 @@ process_one_symbol (int type, int desc, CORE_ADDR valu, const char *name,
       unknown_symtype_complaint (hex_string (type));
       /* FALLTHROUGH */
 
-      /* The following symbol types don't need the address field
-         relocated, since it is either unused, or is absolute.  */
     define_a_symbol:
+      /* These symbol types don't need the address field relocated,
+         since it is either unused, or is absolute.  */
     case N_GSYM:               /* Global variable.  */
     case N_NSYMS:              /* Number of symbols (Ultrix).  */
     case N_NOMAP:              /* No map?  (Ultrix).  */
This page took 0.025041 seconds and 4 git commands to generate.