* doc/gdbint.texinfo (Host Definition): Remove documentation
authorJoel Brobecker <brobecker@gnat.com>
Wed, 11 Aug 2004 22:23:05 +0000 (22:23 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 11 Aug 2004 22:23:05 +0000 (22:23 +0000)
        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
gdb/config/rs6000/xm-rs6000.h
gdb/config/xm-aix4.h
gdb/doc/gdbint.texinfo

index e8abc803b457f2677a2791b59a2283028804fbb6..ccda0fa5ec7d5427fff3ff9f87c4c71d53df9cb7 100644 (file)
@@ -1,3 +1,10 @@
+2004-08-11  Joel Brobecker  <brobecker@gnat.com>
+
+       * 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  <brobecker@gnat.com>
 
        * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
index 6b7678a27cadb9658c3911575b9e6d1fa197a438..c702483cbff58b3b4f43065e5fc4f52aaf9736a1 100644 (file)
 
 #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
index eb763e905b3c5a641a8b1219ab2c57c256173d58..26e6cd38caf13af18e8bce091738a865cb3b86b8 100644 (file)
@@ -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
-
index 4a247b6e03f1f0014c3bfcfbd7dbca4edb9625e8..d168e3959fdc87bfe5ea6ecbe9340332641561a8 100644 (file)
@@ -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
This page took 0.042149 seconds and 4 git commands to generate.