diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-05-05 18:26:14 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-05-05 18:26:14 +0000 |
commit | 5bdf8622148be4764cc0757fd5b3e41f4d73b2b2 (patch) | |
tree | ec69331983824d95160ec9a14f71d6bccd23ed42 /gdb/doc | |
parent | 7f8411279d59ee620d1e2e153329c0bd47c4ca86 (diff) | |
download | gdb-5bdf8622148be4764cc0757fd5b3e41f4d73b2b2.zip gdb-5bdf8622148be4764cc0757fd5b3e41f4d73b2b2.tar.gz gdb-5bdf8622148be4764cc0757fd5b3e41f4d73b2b2.tar.bz2 |
Readline 5.1 import for HEAD.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/Makefile.in | 2 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 73fd9b2..7607ada 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com> + * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1. + * gdb.texinfo: Likewise. + +2006-05-05 Daniel Jacobowitz <dan@codesourcery.com> + * gdb.texinfo (Remote Configuration): Remove "set remotedebug" and "show remotedebug". (Debugging Output): Add additional index entries. diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index 22782f6..13792e1 100644 --- a/gdb/doc/Makefile.in +++ b/gdb/doc/Makefile.in @@ -101,7 +101,7 @@ GDB_DOC_SOURCE_INCLUDES = \ $(srcdir)/fdl.texi \ $(srcdir)/gpl.texi \ $(srcdir)/agentexpr.texi \ - $(READLINE_DIR)/rluser.texinfo \ + $(READLINE_DIR)/rluser.texi \ $(READLINE_DIR)/inc-hist.texinfo GDB_DOC_BUILD_INCLUDES = \ gdb-cfg.texi \ diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 7da8073..737b86d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -21667,7 +21667,7 @@ things without first using the debugger to find the facts. @c inc-hist.texinfo @c Use -I with makeinfo to point to the appropriate directory, @c environment var TEXINPUTS with TeX. -@include rluser.texinfo +@include rluser.texi @include inc-hist.texinfo |