* gdbint.texinfo (Support Libraries): Remove mmalloc
entry. Describe readline library.
This commit is contained in:
parent
3c3ef169e8
commit
86f0469973
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
|
||||||
|
|
||||||
|
* gdbint.texinfo (Support Libraries): Remove mmalloc
|
||||||
|
entry. Describe readline library.
|
||||||
|
|
||||||
2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
|
2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* gdb.texinfo (Target Descriptions): New section.
|
* gdb.texinfo (Target Descriptions): New section.
|
||||||
|
|
|
@ -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}).
|
library because it's also used in binutils, for @file{objdump}).
|
||||||
|
|
||||||
@section readline
|
@section readline
|
||||||
|
@cindex readline library
|
||||||
@section mmalloc
|
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
|
@section libiberty
|
||||||
@cindex @code{libiberty} library
|
@cindex @code{libiberty} library
|
||||||
|
|
Loading…
Add table
Reference in a new issue