From 6d40e62aef96b3956b98301d3e7c78197170963b Mon Sep 17 00:00:00 2001 From: brobecke Date: Wed, 11 Aug 2004 22:23:04 +0000 Subject: [PATCH] * doc/gdbint.texinfo (Host Definition): Remove documentation for USE_O_NOCTTY, no longer used. * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used. * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise. --- gdb/ChangeLog | 7 +++++++ gdb/config/rs6000/xm-rs6000.h | 5 ----- gdb/config/xm-aix4.h | 5 ----- gdb/doc/gdbint.texinfo | 5 ----- 4 files changed, 7 insertions(+), 15 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e8abc803b4..ccda0fa5ec 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2004-08-11 Joel Brobecker + * doc/gdbint.texinfo (Host Definition): Remove documentation + for USE_O_NOCTTY, no longer used. + * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used. + * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise. + +2004-08-11 Joel Brobecker + * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used. * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise. * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise. diff --git a/gdb/config/rs6000/xm-rs6000.h b/gdb/config/rs6000/xm-rs6000.h index 6b7678a27c..c702483cbf 100644 --- a/gdb/config/rs6000/xm-rs6000.h +++ b/gdb/config/rs6000/xm-rs6000.h @@ -43,11 +43,6 @@ #define USG 1 -/* This system requires that we open a terminal with O_NOCTTY for it to - not become our controlling terminal. */ - -#define USE_O_NOCTTY - /* Brain death inherited from PC's pervades. */ #undef NULL #define NULL 0 diff --git a/gdb/config/xm-aix4.h b/gdb/config/xm-aix4.h index eb763e905b..26e6cd38ca 100644 --- a/gdb/config/xm-aix4.h +++ b/gdb/config/xm-aix4.h @@ -20,8 +20,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* This system requires that we open a terminal with O_NOCTTY for it to - not become our controlling terminal. */ - -#define USE_O_NOCTTY - diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 4a247b6e03..d168e3959f 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -2257,11 +2257,6 @@ defined. This is the signal for stopping @value{GDBN}. Defaults to @code{SIGTSTP}. (Only redefined for the Convex.) -@item USE_O_NOCTTY -Define this if the interior's tty should be opened with the @code{O_NOCTTY} -flag. (FIXME: This should be a native-only flag, but @file{inflow.c} is -always linked in.) - @item USG Means that System V (prior to SVR4) include files are in use. (FIXME: This symbol is abused in @file{infrun.c}, @file{regex.c}, and -- 2.11.0