From: Eli Zaretskii Date: Sat, 20 Jan 2007 16:35:45 +0000 (+0000) Subject: * gdbint.texinfo (Support Libraries): Remove mmalloc X-Git-Tag: drow-reverse-20070409-branchpoint~747 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86f04699735ef39d4a823fe2e3762363e7cea6e4;p=external%2Fbinutils.git * gdbint.texinfo (Support Libraries): Remove mmalloc entry. Describe readline library. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d1b27da..266d975 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2007-01-20 Markus Deuling (tiny change) + + * gdbint.texinfo (Support Libraries): Remove mmalloc + entry. Describe readline library. + 2007-01-09 Daniel Jacobowitz * gdb.texinfo (Target Descriptions): New section. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index cc4d591..5b9f4c4 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -4905,8 +4905,9 @@ The opcodes library provides @value{GDBN}'s disassembler. (It's a separate library because it's also used in binutils, for @file{objdump}). @section readline - -@section mmalloc +@cindex readline library +The @code{readline} library provides a set of functions for use by applications +that allow users to edit command lines as they are typed in. @section libiberty @cindex @code{libiberty} library