diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b9a82c3..5aa5b11 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2012-05-23 Doug Evans <dje@google.com> + * symtab.c (search_symbols): Pass NULL for file_matcher to + expand_symtabs_matching if there are no files to match. + * gdbtypes.c (lookup_typename): Simplify. 2012-05-23 Pedro Alves <palves@redhat.com> |