diff options
author | Michael Snyder <msnyder@vmware.com> | 2011-03-05 22:02:47 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2011-03-05 22:02:47 +0000 |
commit | 82ae4854632a42a7d7d74b6cdb8da9be7890976c (patch) | |
tree | ca22e9945a4cd35a3ac60f97bae8de6898050719 /gdb/mdebugread.c | |
parent | e3aa49afd531648e9ec803d3b4f71efbedbc54ee (diff) | |
download | gdb-82ae4854632a42a7d7d74b6cdb8da9be7890976c.zip gdb-82ae4854632a42a7d7d74b6cdb8da9be7890976c.tar.gz gdb-82ae4854632a42a7d7d74b6cdb8da9be7890976c.tar.bz2 |
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.
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r-- | gdb/mdebugread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index 1c65609..d99ad16 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -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 |