diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7c3c2b9..ee86a9e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2014-12-13 Joel Brobecker <brobecker@adacore.com> + + * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Add support for + new "EXTRA-ARGS" parameter. + * configure.ac: If large-file support is disabled in GDB, + pass --disable-largefile to ACX_CONFIGURE_DIR call for "gnulib". + * configure: Regenerate. + 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com> PR symtab/17642 |