From: Pedro Alves Date: Mon, 6 Nov 2017 16:19:12 +0000 (+0000) Subject: Don't check termio.h and sgtty.h in common/common.m4 either X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d1928160a324c1b6cd14afeecd4c81ab927883fa;p=binutils-gdb.git Don't check termio.h and sgtty.h in common/common.m4 either common/common.m4 still had checks for termio.h/sgtty.h that are stale now. Remove them. gdb/ChangeLog: 2017-11-06 Pedro Alves * common/common.m4 (GDB_AC_COMMON): No longer check termio.h nor sgtty.h. * config.in, configure: Regenerate. gdb/gdbserver/ChangeLog: 2017-11-06 Pedro Alves * config.in, configure: Regenerate. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 80caa43f47f..7a90ea5f8c4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2017-11-06 Pedro Alves + + * common/common.m4 (GDB_AC_COMMON): No longer check termio.h nor + sgtty.h. + * config.in, configure: Regenerate. + 2017-11-06 Pedro Alves * event-top.c: Check SIGTSTP instead of STOP_SIGNAL thoughout. diff --git a/gdb/common/common.m4 b/gdb/common/common.m4 index 45726abe9a4..7e701b6daef 100644 --- a/gdb/common/common.m4 +++ b/gdb/common/common.m4 @@ -29,7 +29,7 @@ AC_DEFUN([GDB_AC_COMMON], [ sys/resource.h sys/socket.h sys/syscall.h dnl sys/un.h sys/wait.h dnl thread_db.h wait.h dnl - termios.h termio.h sgtty.h) + termios.h) AC_CHECK_FUNCS([fdwalk getrlimit pipe pipe2 socketpair sigaction]) diff --git a/gdb/config.in b/gdb/config.in index 3f8ee38f720..904c604cc2e 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -414,9 +414,6 @@ /* Define to 1 if you have the `setsid' function. */ #undef HAVE_SETSID -/* Define to 1 if you have the header file. */ -#undef HAVE_SGTTY_H - /* Define to 1 if you have the `sigaction' function. */ #undef HAVE_SIGACTION @@ -555,9 +552,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_TERMIOS_H -/* Define to 1 if you have the header file. */ -#undef HAVE_TERMIO_H - /* Define to 1 if you have the header file. */ #undef HAVE_TERM_H diff --git a/gdb/configure b/gdb/configure index c638652416a..def194dceea 100755 --- a/gdb/configure +++ b/gdb/configure @@ -13068,7 +13068,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 termios.h termio.h sgtty.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 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 cb2e4d01d49..eaf6a685b98 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2017-11-06 Pedro Alves + + * config.in, configure: Regenerate. + 2017-10-27 Simon Marchi * target.c (struct thread_search): Remove. diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index 5dacbacbed2..4a2e778deeb 100644 --- a/gdb/gdbserver/config.in +++ b/gdb/gdbserver/config.in @@ -205,9 +205,6 @@ /* Define to 1 if you have the `setns' function. */ #undef HAVE_SETNS -/* Define to 1 if you have the header file. */ -#undef HAVE_SGTTY_H - /* Define to 1 if you have the `sigaction' function. */ #undef HAVE_SIGACTION @@ -292,9 +289,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_TERMIOS_H -/* Define to 1 if you have the header file. */ -#undef HAVE_TERMIO_H - /* Define to 1 if you have the header file. */ #undef HAVE_THREAD_DB_H diff --git a/gdb/gdbserver/configure b/gdb/gdbserver/configure index d5c62fbbd34..ec032bc07ab 100755 --- a/gdb/gdbserver/configure +++ b/gdb/gdbserver/configure @@ -6769,7 +6769,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 termios.h termio.h sgtty.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 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"