2011-03-02 Michael Snyder <msnyder@vmware.com>
* mdebugread.c (parse_partial_symbols): Fix indent.
This commit is contained in:
parent
c3e8aadde1
commit
b98bd91194
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -2897,7 +2897,7 @@ parse_partial_symbols (struct objfile *objfile)
|
|||
|
||||
case N_ABS | N_EXT:
|
||||
record_it:
|
||||
continue;
|
||||
continue;
|
||||
|
||||
/* Standard, local, non-debugger, symbols. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue