diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ad3e894..4bfe017 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2010-10-26 Joel Brobecker <brobecker@adacore.com> + * python/python-internal.h (_FILE_OFFSET_BITS): Undefine. + (PyEval_InitThreads): Remove duplicate. Define as nothing. + (PyEval_ReleaseLock): Define as nothing. + +2010-10-26 Joel Brobecker <brobecker@adacore.com> + * dwarf2read.c (psymtab_include_file_name): Replace call to strcmp by call to FILENAME_CMP. |