aboutsummaryrefslogtreecommitdiff
path: root/gdb/README
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-08-08 20:26:23 +0000
committerDaniel Jacobowitz <drow@false.org>2006-08-08 20:26:23 +0000
commit7fa2210be82679231faa15c25827d212ab5de60e (patch)
treef2774fd1ef684abeedd0259122fc82f26b40eebe /gdb/README
parent1737851b2005af535e44e89a4e7f341eddddd0f0 (diff)
downloadfsf-binutils-gdb-7fa2210be82679231faa15c25827d212ab5de60e.zip
fsf-binutils-gdb-7fa2210be82679231faa15c25827d212ab5de60e.tar.gz
fsf-binutils-gdb-7fa2210be82679231faa15c25827d212ab5de60e.tar.bz2
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/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/README b/gdb/README
index 96469da..88892ae 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.