mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 04:43:17 +08:00
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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user