From: Michael Snyder Date: Wed, 2 Mar 2011 23:54:16 +0000 (+0000) Subject: 2011-03-02 Michael Snyder X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b98bd911942d97b12629fe18add0ffa3b6e61c2c;p=binutils-gdb.git 2011-03-02 Michael Snyder * mdebugread.c (parse_partial_symbols): Fix indent. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 97237dcf5ae..2e5769e311b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2011-03-02 Michael Snyder + * mdebugread.c (parse_partial_symbols): Fix indent. + * gdbserver/linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc. diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index a6c9814567a..1c65609f5d2 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -2897,7 +2897,7 @@ parse_partial_symbols (struct objfile *objfile) case N_ABS | N_EXT: record_it: - continue; + continue; /* Standard, local, non-debugger, symbols. */