From 98771379e11e4245dbb60f05b8d0c8762388aa1e Mon Sep 17 00:00:00 2001 From: msnyder Date: Thu, 3 Mar 2011 08:54:15 +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 97237dcf5a..2e5769e311 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 a6c9814567..1c65609f5d 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.11.0