From b98bd911942d97b12629fe18add0ffa3b6e61c2c Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Wed, 2 Mar 2011 23:54:16 +0000 Subject: [PATCH] 2011-03-02 Michael Snyder * mdebugread.c (parse_partial_symbols): Fix indent. --- gdb/ChangeLog | 2 ++ gdb/mdebugread.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 97237dc..2e5769e 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 a6c9814..1c65609 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. */ -- 2.7.4