aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2004-02-19 19:01:26 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2004-02-19 19:01:26 +0000
commitccefbec3745e5ec6eab196d8fd7a18e8fa740da9 (patch)
tree4495e511c5ee9ec059bb203a7b19670d02de615e /gdb/ChangeLog
parent2f01ffbf77c3bfbcddba30c77ceb324fb2757ee8 (diff)
downloadgdb-ccefbec3745e5ec6eab196d8fd7a18e8fa740da9.zip
gdb-ccefbec3745e5ec6eab196d8fd7a18e8fa740da9.tar.gz
gdb-ccefbec3745e5ec6eab196d8fd7a18e8fa740da9.tar.bz2
2004-02-19 Joel Brobecker <brobecker@gnat.com>
Committed by Elena Zannoni <ezannoni@redhat.com> * symtab.c (find_pc_sect_psymtab): Return the psymtab that contains a symbol wich is the best, non-exact match for the given pc. Update comments.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 083fcaa..21d73d8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
-2004-02-19 Elena Zannoni <ezannoni@redhat.com>
+2004-02-19 Joel Brobecker <brobecker@gnat.com>
+
+ Committed by Elena Zannoni <ezannoni@redhat.com>
+
+ * symtab.c (find_pc_sect_psymtab): Return the psymtab that
+ contains a symbol wich is the best, non-exact match for the given
+ pc. Update comments.
+2004-02-19 Elena Zannoni <ezannoni@redhat.com>
+
* event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
macro, which was part of the now removed Mach 3 port.
* utils.c (request_quit): Ditto.