aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-08-22 17:31:45 +0000
committerTom Tromey <tromey@redhat.com>2012-08-22 17:31:45 +0000
commitb583003e103cc0a55ff90a414045a3f647ab1a6e (patch)
treed96a9615779b9e4b6dc669f1c79bde5e1a2bd3a5 /gdb/doc
parente1507e953ec06f50f83f0bbc2b50a7f3b11f4022 (diff)
downloadgdb-b583003e103cc0a55ff90a414045a3f647ab1a6e.zip
gdb-b583003e103cc0a55ff90a414045a3f647ab1a6e.tar.gz
gdb-b583003e103cc0a55ff90a414045a3f647ab1a6e.tar.bz2
* event-top.c (sigwinch_token, handle_sigwinch): Remove.
(async_init_signals): Update. * utils.c (init_page_info): Don't use SIGWINCH_HANDLER. (SIGWINCH_HANDLER_BODY): Remove. gdb/doc * gdbint.texinfo (Host Definition): Remove documentation for SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdbint.texinfo8
2 files changed, 5 insertions, 8 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 408ecb3..f2f02e3 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-22 Tom Tromey <tromey@redhat.com>
+
+ * gdbint.texinfo (Host Definition): Remove documentation for
+ SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
+
2012-08-17 Keith Seitz <keiths@redhat.com>
PR c++/13356
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index c4c1cc9..0749319 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -2739,14 +2739,6 @@ are:
The default name of @value{GDBN}'s initialization file (normally
@file{.gdbinit}).
-@item SIGWINCH_HANDLER
-If your host defines @code{SIGWINCH}, you can define this to be the name
-of a function to be called if @code{SIGWINCH} is received.
-
-@item SIGWINCH_HANDLER_BODY
-Define this to expand into code that will define the function named by
-the expansion of @code{SIGWINCH_HANDLER}.
-
@item CRLF_SOURCE_FILES
@cindex DOS text files
Define this if host files use @code{\r\n} rather than @code{\n} as a