diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 84d6f953876..9d611082593 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,18 @@ 2011-01-31 Joel Brobecker <brobecker@adacore.com> + * configure.ac: Remove fallback behavior for building + against Python. Remove tweaking of Python include path. + Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution. + (AC_TRY_LIBPYTHON): Adjust program used in linking test. + If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS. + Always restore CPPFLAGS and LIBS after linking test. + * configure: Regenerated. + * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@. + (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@. + * python/python-internal.h: Adjust includes of Python .h files. + +2011-01-31 Joel Brobecker <brobecker@adacore.com> + * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup in error message. |