From: Sergio Durigan Junior Date: Wed, 3 May 2017 13:13:15 +0000 (-0400) Subject: Regenerate gdb/{,gdbserver/}configure (for commit be628ab814f1c90e185d7482d27aa8a991a... X-Git-Tag: users/hjl/linux/release/2.28.51.0.1~1^2~41^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c94fee56f5f8e5e26a115a1ca155ddada9d43b31;p=thirdparty%2Fbinutils-gdb.git Regenerate gdb/{,gdbserver/}configure (for commit be628ab814f1c90e185d7482d27aa8a991ab5837) On commit be628ab814f1c90e185d7482d27aa8a991ab5837, both common/common.m4 was modified in order to check for the presence of 'termios.h', 'termio.h' and 'sgtty.h'. However, I forgot to regenerate both gdb/configure and gdb/gdbserver/configure. This commit does that. gdb/ChangeLog: 2017-05-03 Sergio Durigan Junior * configure: Regenerate. gdb/gdbserver/ChangeLog: 2017-05-03 Sergio Durigan Junior * configure: Regenerate. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f4415854889..5e697593ef5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2017-05-03 Sergio Durigan Junior + + * configure: Regenerate. + 2017-05-02 Simon Marchi * solib-target.c (solib_target_relocate_section_addresses): diff --git a/gdb/configure b/gdb/configure index 9f05b4bb7eb..25895b154db 100755 --- a/gdb/configure +++ b/gdb/configure @@ -13085,7 +13085,7 @@ $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h fi - for ac_header in linux/perf_event.h locale.h memory.h signal.h sys/resource.h sys/socket.h sys/syscall.h sys/un.h sys/wait.h thread_db.h wait.h + for ac_header in linux/perf_event.h locale.h memory.h signal.h sys/resource.h sys/socket.h sys/syscall.h sys/un.h sys/wait.h thread_db.h wait.h termios.h termio.h sgtty.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 860459e5c8a..8f7848cadc0 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2017-05-03 Sergio Durigan Junior + + * configure: Regenerate. + 2017-05-02 Simon Marchi * linux-arm-low.c (arm_gdbserver_get_next_pcs): Adjust to diff --git a/gdb/gdbserver/configure b/gdb/gdbserver/configure index 64f96f54443..d524ae41459 100755 --- a/gdb/gdbserver/configure +++ b/gdb/gdbserver/configure @@ -6754,7 +6754,7 @@ $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h fi - for ac_header in linux/perf_event.h locale.h memory.h signal.h sys/resource.h sys/socket.h sys/syscall.h sys/un.h sys/wait.h thread_db.h wait.h + for ac_header in linux/perf_event.h locale.h memory.h signal.h sys/resource.h sys/socket.h sys/syscall.h sys/un.h sys/wait.h thread_db.h wait.h termios.h termio.h sgtty.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"