aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-02-01 22:45:13 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-02-01 22:45:13 +0000
commit2cfa0c8ddfd7564ce1695b9251408c7cde6004aa (patch)
tree877c5d43ba6d91c354511f1e8abdd8118d36ed7f /gdb/ChangeLog
parent8b66833e78c6d0d27e1ebb5ad1a80ecc4f559741 (diff)
downloadgdb-2cfa0c8ddfd7564ce1695b9251408c7cde6004aa.zip
gdb-2cfa0c8ddfd7564ce1695b9251408c7cde6004aa.tar.gz
gdb-2cfa0c8ddfd7564ce1695b9251408c7cde6004aa.tar.bz2
* dwarf2read.c (add_partial_symbol): Always store all Ada subprograms
in the global scope. (new_symbol): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cc2bfec..c5380b0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-01 Joel Brobecker <brobecker@adacore.com>
+
+ * dwarf2read.c (add_partial_symbol): Always store all Ada subprograms
+ in the global scope.
+ (new_symbol): Likewise.
+
2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
* breakpoint.c (break_command_1): Return void.