diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 44ffc1f..68c0a7d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2013-09-25 Doug Evans <dje@google.com> + + * symfile.h (struct quick_symbol_functions): Reorg arg list of + map_matching_symbols so objfile is first. All uses updated. + * dwarf2read.c (dw2_map_matching_symbols): Update signature. + * psymtab.c (map_matching_symbols_psymtab): Update signature. + 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com> PR shlibs/8882 |