diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-05-15 14:28:57 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-05-15 14:28:57 +0000 |
commit | ae2f03ac167ef20ec3765edfb03bbe2fb7f32a8b (patch) | |
tree | c8a6148554317f29624259e0025aad471581fc31 /gdb/ChangeLog | |
parent | a15d9d3a9827e6156a9db73dfe0b8c67804aae2d (diff) | |
download | gdb-ae2f03ac167ef20ec3765edfb03bbe2fb7f32a8b.zip gdb-ae2f03ac167ef20ec3765edfb03bbe2fb7f32a8b.tar.gz gdb-ae2f03ac167ef20ec3765edfb03bbe2fb7f32a8b.tar.bz2 |
2003-05-15 David Carlton <carlton@bactrian.org>
Committed by Elena Zannoni <ezannoni@redhat.com>
* symtab.c (lookup_symbol_aux): Delete calls to
lookup_symbol_aux_minsyms.
(lookup_symbol_aux_minsyms): Comment out function and
prototype. Delete lookup by mangled name.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a62ecd3..a601a8d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2003-05-15 David Carlton <carlton@bactrian.org> + + Committed by Elena Zannoni <ezannoni@redhat.com> + * symtab.c (lookup_symbol_aux): Delete calls to + lookup_symbol_aux_minsyms. + (lookup_symbol_aux_minsyms): Comment out function and + prototype. Delete lookup by mangled name. + 2003-05-14 Kevin Buettner <kevinb@redhat.com> * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to |