Regenerate gdb/{,gdbserver/}configure (for commit be628ab814f1c90e185d7482d27aa8a991a...
authorSergio Durigan Junior <sergiodj@redhat.com>
Wed, 3 May 2017 13:13:15 +0000 (09:13 -0400)
committerSergio Durigan Junior <sergiodj@redhat.com>
Wed, 3 May 2017 13:17:12 +0000 (09:17 -0400)
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  <sergiodj@redhat.com>

* configure: Regenerate.

gdb/gdbserver/ChangeLog:
2017-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>

* configure: Regenerate.

gdb/ChangeLog
gdb/configure
gdb/gdbserver/ChangeLog
gdb/gdbserver/configure

index f4415854889a9fdb9953ea1db3650dcb0a71db1e..5e697593ef5e63b6283ed3b19a272112981cdcf3 100644 (file)
@@ -1,3 +1,7 @@
+2017-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * configure: Regenerate.
+
 2017-05-02  Simon Marchi  <simon.marchi@ericsson.com>
 
        * solib-target.c (solib_target_relocate_section_addresses):
index 9f05b4bb7eb51d751cab3e2323593bba2459948b..25895b154db2d8fc659d111865ac0889b39ce380 100755 (executable)
@@ -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"
index 860459e5c8ab951e23266ad6263567715841680d..8f7848cadc0450793faba152d10cdbf93efbafa4 100644 (file)
@@ -1,3 +1,7 @@
+2017-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * configure: Regenerate.
+
 2017-05-02  Simon Marchi  <simon.marchi@polymtl.ca>
 
        * linux-arm-low.c (arm_gdbserver_get_next_pcs): Adjust to
index 64f96f5444302a7f2a8cc94807b1a79a74c3056a..d524ae41459220b2815725b4493b452ce54b8d4e 100755 (executable)
@@ -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"
This page took 0.045569 seconds and 4 git commands to generate.