diff options
author | Joel Brobecker <brobecker@gnat.com> | 2004-08-11 22:23:05 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2004-08-11 22:23:05 +0000 |
commit | 4c525ef66428dbdd61ab52a5abbc53751665b0c9 (patch) | |
tree | 6b281da9ca02241864765c8e944aca0cbf64b19a /gdb/doc/gdbint.texinfo | |
parent | 82e0b968b3549367dc64127f70c4a76cee98f555 (diff) | |
download | gdb-4c525ef66428dbdd61ab52a5abbc53751665b0c9.zip gdb-4c525ef66428dbdd61ab52a5abbc53751665b0c9.tar.gz gdb-4c525ef66428dbdd61ab52a5abbc53751665b0c9.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 4a247b6..d168e39 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 |