• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revisãod1928160a324c1b6cd14afeecd4c81ab927883fa (tree)
Hora2017-11-07 01:19:12
AutorPedro Alves <palves@redh...>
CommiterPedro Alves

Mensagem de Log

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 <palves@redhat.com>

* 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 <palves@redhat.com>

* config.in, configure: Regenerate.

Mudança Sumário

Diff

--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
11 2017-11-06 Pedro Alves <palves@redhat.com>
22
3+ * common/common.m4 (GDB_AC_COMMON): No longer check termio.h nor
4+ sgtty.h.
5+ * config.in, configure: Regenerate.
6+
7+2017-11-06 Pedro Alves <palves@redhat.com>
8+
39 * event-top.c: Check SIGTSTP instead of STOP_SIGNAL thoughout.
410 (async_init_signals): Adjust.
511 (handle_stop_sig): Rename to ...
--- a/gdb/common/common.m4
+++ b/gdb/common/common.m4
@@ -29,7 +29,7 @@ AC_DEFUN([GDB_AC_COMMON], [
2929 sys/resource.h sys/socket.h sys/syscall.h dnl
3030 sys/un.h sys/wait.h dnl
3131 thread_db.h wait.h dnl
32- termios.h termio.h sgtty.h)
32+ termios.h)
3333
3434 AC_CHECK_FUNCS([fdwalk getrlimit pipe pipe2 socketpair sigaction])
3535
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -414,9 +414,6 @@
414414 /* Define to 1 if you have the `setsid' function. */
415415 #undef HAVE_SETSID
416416
417-/* Define to 1 if you have the <sgtty.h> header file. */
418-#undef HAVE_SGTTY_H
419-
420417 /* Define to 1 if you have the `sigaction' function. */
421418 #undef HAVE_SIGACTION
422419
@@ -555,9 +552,6 @@
555552 /* Define to 1 if you have the <termios.h> header file. */
556553 #undef HAVE_TERMIOS_H
557554
558-/* Define to 1 if you have the <termio.h> header file. */
559-#undef HAVE_TERMIO_H
560-
561555 /* Define to 1 if you have the <term.h> header file. */
562556 #undef HAVE_TERM_H
563557
--- a/gdb/configure
+++ b/gdb/configure
@@ -13068,7 +13068,7 @@ $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
1306813068 fi
1306913069
1307013070
13071- 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
13071+ 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
1307213072 do :
1307313073 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
1307413074 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,7 @@
1+2017-11-06 Pedro Alves <palves@redhat.com>
2+
3+ * config.in, configure: Regenerate.
4+
15 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
26
37 * target.c (struct thread_search): Remove.
--- a/gdb/gdbserver/config.in
+++ b/gdb/gdbserver/config.in
@@ -205,9 +205,6 @@
205205 /* Define to 1 if you have the `setns' function. */
206206 #undef HAVE_SETNS
207207
208-/* Define to 1 if you have the <sgtty.h> header file. */
209-#undef HAVE_SGTTY_H
210-
211208 /* Define to 1 if you have the `sigaction' function. */
212209 #undef HAVE_SIGACTION
213210
@@ -292,9 +289,6 @@
292289 /* Define to 1 if you have the <termios.h> header file. */
293290 #undef HAVE_TERMIOS_H
294291
295-/* Define to 1 if you have the <termio.h> header file. */
296-#undef HAVE_TERMIO_H
297-
298292 /* Define to 1 if you have the <thread_db.h> header file. */
299293 #undef HAVE_THREAD_DB_H
300294
--- a/gdb/gdbserver/configure
+++ b/gdb/gdbserver/configure
@@ -6769,7 +6769,7 @@ $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
67696769 fi
67706770
67716771
6772- 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
6772+ 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
67736773 do :
67746774 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
67756775 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"