diff options
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 ea055da..56e4341 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2014-11-10 Doug Evans <xdje42@gmail.com> + + PR symtab/17564 + * symtab.c (lookup_symbol_in_all_objfiles): Delete. + (lookup_static_symbol): Move definition to new location and rewrite. + (lookup_symbol_in_objfile): New function. + (lookup_symbol_global_iterator_cb): Call it. + 2014-11-10 Ulrich Weigand <uweigand@de.ibm.com> * eval.c (evaluate_subexp_standard): Work around GCC bug 63748. |