aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-09-08 10:28:20 +0000
committerMark Kettenis <kettenis@gnu.org>2001-09-08 10:28:20 +0000
commitf277788bc6f74c93227733b3063f52b2691413cc (patch)
tree75590940b509f6d8de2b86310c3a850215c2fbb7
parent7fc73f389d8625e21d4750eb2d37864382f9477b (diff)
downloadgdb-f277788bc6f74c93227733b3063f52b2691413cc.zip
gdb-f277788bc6f74c93227733b3063f52b2691413cc.tar.gz
gdb-f277788bc6f74c93227733b3063f52b2691413cc.tar.bz2
* gdbint.texinfo (Host Definition): Remove description of
HAVE_SIGSETMASK.
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdbint.texinfo5
2 files changed, 5 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 40a9416..03b45a7 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index 2088abe..95465e5 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -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}.