From: Joel Brobecker Date: Sat, 13 Dec 2014 15:24:14 +0000 (-0500) Subject: Add ChangeLog entries missing from the previous commit. X-Git-Tag: hjl/linux/release/2.25.51.0.1~3^2~16^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f93b65a0f4e4e481eee904df841b5f67ccfc7364;p=thirdparty%2Fbinutils-gdb.git Add ChangeLog entries missing from the previous commit. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7c3c2b94bcf..ee86a9ecad6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2014-12-13 Joel Brobecker + + * 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 PR symtab/17642 diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index e65cdbd2c3c..6a5005e0a01 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,9 @@ +2014-12-13 Joel Brobecker + + * configure.ac: If large-file support is disabled in GDBserver, + pass --disable-largefile to ACX_CONFIGURE_DIR call for "gnulib". + * configure: Regenerate. + 2014-12-12 Andreas Arnez * linux-low.c (regsets_fetch_inferior_registers): Suppress the