aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/mdebugread.c2
2 files changed, 3 insertions, 1 deletions
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 <msnyder@vmware.com>
+ * 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. */