diff options
author | Daniel Jacobowitz <dan@debian.org> | 2006-08-08 20:26:23 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2006-08-08 20:26:23 +0000 |
commit | d3c8ce84fc98af41cae6293a5fd7ba310e93e718 (patch) | |
tree | 72f0d6f5bb1c0389dd34a5087e34c827e1064bbb /gdb/README | |
parent | 88160bca966a36ddde86267edd3dbf1a51213990 (diff) | |
download | gdb-d3c8ce84fc98af41cae6293a5fd7ba310e93e718.tar.gz |
gdb/
* configure.ac: Check for expat.
* acinclude.m4: Include AC_LIB_HAVE_LINKFLAGS dependencies.
* Makefile.in (LIBEXPAT): New.
(CLIBS): Include $(LIBEXPAT).
* README: Mention expat.
* configure, config.in: Regenerated.
gdb/doc/
* gdb.texinfo (Installing GDB): Update menu. Move text to...
(Running Configure): ...here.
(Requirements): New node. Mention expat.
Diffstat (limited to 'gdb/README')
-rw-r--r-- | gdb/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/README b/gdb/README index 96469da8c2e..88892ae57b1 100644 --- a/gdb/README +++ b/gdb/README @@ -89,6 +89,11 @@ C compiler for your system, you may be able to download and install the GNU CC compiler. It is available via anonymous FTP from the directory `ftp://ftp.gnu.org/pub/gnu/gcc'. + GDB uses Expat, an XML parsing library, to implement some target-specific +features. Expat will be linked in if it is available at build time, or +those features will be disabled. The latest version of Expat should be +available from `http://expat.sourceforge.net'. + GDB can be used as a cross-debugger, running on a machine of one type while debugging a program running on a machine of another type. See below. |