* 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.
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>
/* 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
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
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. */
old = *which_path;
}
}
- skip_dup:;
+ skip_dup:
}
while (arg != NULL);
}
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
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