2011-03-02 Michael Snyder <msnyder@vmware.com>

* mdebugread.c (parse_partial_symbols): Fix indent.
This commit is contained in:
Michael Snyder 2011-03-02 23:54:16 +00:00
parent c3e8aadde1
commit b98bd91194
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2011-03-02 Michael Snyder <msnyder@vmware.com>
* mdebugread.c (parse_partial_symbols): Fix indent.
* gdbserver/linux-arm-low.c (arm_arch_setup): Replace malloc
with xmalloc.

View File

@ -2897,7 +2897,7 @@ parse_partial_symbols (struct objfile *objfile)
case N_ABS | N_EXT:
record_it:
continue;
continue;
/* Standard, local, non-debugger, symbols. */