2011-03-05 Michael Snyder <msnyder@vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Sat, 5 Mar 2011 22:02:47 +0000 (22:02 +0000)
committerMichael Snyder <msnyder@vmware.com>
Sat, 5 Mar 2011 22:02:47 +0000 (22:02 +0000)
* dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
* mdebugread.c (parse_symbol): Ditto.
* parse.c (parse_exp_in_context): Ditto.
* source.c (add_path): Ditto.
* utils.c (gnu_debuglink_crc32): Ditto.
* varobj.c (variable_language): Ditto.

gdb/ChangeLog
gdb/dwarf2expr.c
gdb/mdebugread.c
gdb/parse.c
gdb/source.c
gdb/utils.c
gdb/varobj.c

index 8336b7f67f2661fec257f93367cc362d244fcd59..f8cfb11ef9afada22e57db671fc97a1f1e95186d 100644 (file)
@@ -1,5 +1,12 @@
 2011-03-05  Michael Snyder  <msnyder@vmware.com>
 
+       * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
+       * mdebugread.c (parse_symbol): Ditto.
+       * parse.c (parse_exp_in_context): Ditto.
+       * source.c (add_path): Ditto.
+       * utils.c (gnu_debuglink_crc32): Ditto.
+       * varobj.c (variable_language): Ditto.
+
        * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
 
 2011-03-04  Michael Snyder  <msnyder@vmware.com>
index afe6dded71d71b25656fb1eed77692ee9c72a486..450a57f3a85cfd1bf201d397a8318cf0027d3c14 100644 (file)
@@ -911,7 +911,7 @@ execute_stack_op (struct dwarf_expr_context *ctx,
 
       /* Most things push a result value.  */
       dwarf_expr_push (ctx, result, in_stack_memory);
-    no_push:;
+    no_push:
     }
 
   /* To simplify our main caller, if the result is an implicit
index 1c65609f5d251ed959b4c3b456164ba0e3246141..d99ad16eb51e9638ec4a10342283b9d3f3e878d7 100644 (file)
@@ -943,7 +943,7 @@ parse_symbol (SYMR *sh, union aux_ext *ax, char *ext_sh, int bigend,
                           tsym.st);
              }
          }
-      end_of_fields:;
+      end_of_fields:
 
        /* In an stBlock, there is no way to distinguish structs,
           unions, and enums at this point.  This is a bug in the
index 856c24dba518cd5fee00dd010fcaa9d4cbe63b08..02a7d894f7219ceb5a84995f66eadcf240fc12ac 100644 (file)
@@ -1160,7 +1160,7 @@ parse_exp_in_context (char **stringptr, struct block *block, int comma,
   expout->nelts = expout_ptr;
   expout = (struct expression *)
     xrealloc ((char *) expout,
-             sizeof (struct expression) + EXP_ELEM_TO_BYTES (expout_ptr));;
+             sizeof (struct expression) + EXP_ELEM_TO_BYTES (expout_ptr));
 
   /* Convert expression from postfix form as generated by yacc
      parser, to a prefix form.  */
index a14a8028903a0a7501723d7916a8871525ab299d..4eda082f15d0ad5354bdd8eaf9618a89aa05958b 100644 (file)
@@ -625,7 +625,7 @@ add_path (char *dirname, char **which_path, int parse_separators)
            old = *which_path;
          }
       }
-    skip_dup:;
+    skip_dup:
     }
   while (arg != NULL);
 }
index 91e6af4a6e9d7b64480c8f58bb9473f7cb7a774a..e688d19b55802f36a9d6fcb45480f25e227a3052 100644 (file)
@@ -3733,7 +3733,7 @@ gnu_debuglink_crc32 (unsigned long crc, unsigned char *buf, size_t len)
   crc = ~crc & 0xffffffff;
   for (end = buf + len; buf < end; ++buf)
     crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
-  return ~crc & 0xffffffff;;
+  return ~crc & 0xffffffff;
 }
 
 ULONGEST
index 08a1af3f406b8f93dce8381f44966283d8069797..12b0b16012597a8fbf4401583fc43138b0f7c648 100644 (file)
@@ -2358,7 +2358,7 @@ variable_language (struct varobj *var)
 static int
 number_of_children (struct varobj *var)
 {
-  return (*var->root->lang->number_of_children) (var);;
+  return (*var->root->lang->number_of_children) (var);
 }
 
 /* What is the expression for the root varobj VAR? Returns a malloc'd