diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 99d24f4..ad3e894 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2010-10-26 Joel Brobecker <brobecker@adacore.com> + * dwarf2read.c (psymtab_include_file_name): Replace call to strcmp + by call to FILENAME_CMP. + +2010-10-26 Joel Brobecker <brobecker@adacore.com> + * dictionary.c (dict_hash): Move assignment out of if condition. 2010-10-22 Jie Zhang <jie@codesourcery.com> |