diff options
-rw-r--r-- | gdb/ChangeLog | 8 | ||||
-rw-r--r-- | gdb/gdbserver/ChangeLog | 6 |
2 files changed, 14 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 diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index e65cdbd..6a5005e 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,9 @@ +2014-12-13 Joel Brobecker <brobecker@adacore.com> + + * 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 <arnez@linux.vnet.ibm.com> * linux-low.c (regsets_fetch_inferior_registers): Suppress the |