OSDN Git Service

* gdbint.texinfo (Host Definition): Remove description of
authorMark Kettenis <kettenis@gnu.org>
Sat, 8 Sep 2001 10:28:20 +0000 (10:28 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 8 Sep 2001 10:28:20 +0000 (10:28 +0000)
HAVE_SIGSETMASK.

gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index 40a9416..03b45a7 100644 (file)
@@ -1,3 +1,8 @@
+2001-09-08  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdbint.texinfo (Host Definition): Remove description of
+       HAVE_SIGSETMASK.
+
 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
 
        * gdbint.texinfo (Target Architecture Definition): Add
index 91a3dd0..e353c91 100644 (file)
@@ -42,7 +42,7 @@ Software Foundation raise funds for GNU development.''
 @page
 @tex
 \def\$#1${{#1}}  % Kluge: collect RCS revision info without $...$
-\xdef\manvers{\$Revision: 1.36 $}  % For use in headers, footers too
+\xdef\manvers{\$Revision: 1.37 $}  % For use in headers, footers too
 {\parskip=0pt
 \hfill Cygnus Solutions\par
 \hfill \manvers\par
@@ -2177,11 +2177,6 @@ anal.
 In some cases, use the system call @code{mmap} for reading symbol
 tables.  For some machines this allows for sharing and quick updates.
 
-@item HAVE_SIGSETMASK
-@findex sigsetmask
-Define this if the host system has job control, but does not define
-@code{sigsetmask}.  Currently, this is only true of the RS/6000.
-
 @item HAVE_TERMIO
 Define this if the host system has @code{termio.h}.