diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2004-02-19 19:01:26 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2004-02-19 19:01:26 +0000 |
commit | ccefbec3745e5ec6eab196d8fd7a18e8fa740da9 (patch) | |
tree | 4495e511c5ee9ec059bb203a7b19670d02de615e /gdb/ChangeLog | |
parent | 2f01ffbf77c3bfbcddba30c77ceb324fb2757ee8 (diff) | |
download | gdb-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/ChangeLog | 10 |
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. |