aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/ada-lang.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 156b2b4..36d6819 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-23 joel brobecker <brobecker@adacore.com>
+
+ * ada-lang.c: Remove an extra empty line. No code change.
+
2009-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
Fix double free on error inserting the breakpoint instruction.
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c
index 09d6897..f8d68c1 100644
--- a/gdb/ada-lang.c
+++ b/gdb/ada-lang.c
@@ -4945,7 +4945,6 @@ wild_match (const char *patn0, int patn_len, const char *name0)
}
}
-
/* Add symbols from BLOCK matching identifier NAME in DOMAIN to
vector *defn_symbols, updating the list of symbols in OBSTACKP
(if necessary). If WILD, treat as NAME with a wildcard prefix.