From: kettenis Date: Sat, 8 Sep 2001 10:28:20 +0000 (+0000) Subject: * gdbint.texinfo (Host Definition): Remove description of X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d98a1640689c11992b9a7d33f2b8a33ec63544c5;p=pf3gnuchains%2Fpf3gnuchains3x.git * gdbint.texinfo (Host Definition): Remove description of HAVE_SIGSETMASK. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 40a9416d40..03b45a76ec 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2001-09-08 Mark Kettenis + + * gdbint.texinfo (Host Definition): Remove description of + HAVE_SIGSETMASK. + 2001-09-04 Elena Zannoni * gdbint.texinfo (Target Architecture Definition): Add diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 2088abe923..95465e5e8b 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}.