summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-03-21 20:48:35 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-03-21 20:48:35 +0000
commit561ef9b5b1415fb437a7b228b5cca1610137a22d (patch)
tree46a532abb63f66cc33bc5d39d79ff592776e2558
parentb6cda395ffc744166e2c6c6d490f38f7c9167a9d (diff)
downloadgdb-561ef9b5b1415fb437a7b228b5cca1610137a22d.tar.gz
Doc update from last commit.
-rw-r--r--gdb/README.AVAIL8
1 files changed, 3 insertions, 5 deletions
diff --git a/gdb/README.AVAIL b/gdb/README.AVAIL
index 08d60017570..9916b6e3196 100644
--- a/gdb/README.AVAIL
+++ b/gdb/README.AVAIL
@@ -60,12 +60,10 @@ This describes a simple target feature set which only contains two registers,
named s0 (32-bit, integer) and s1 (32-bit, floating point).
You can spread a description over multiple files by using the standardized
-XInclude mechanism - but only a very simplistic form of XInclude is supported.
-The xpointer attribute must be provided, using a bare ID rather than a more
-complicated XPointer expression. The href argument should also be provided,
+XInclude mechanism - but only whole-file XInclude is supported. The
+xpointer attribute should not be used, and the href attribute should be,
using a bare basename. GDB will query the target for the file, if it has
-not already seen it. Presently only <feature> elements may be read using
-XInclude.
+not already seen it.
You can validate the description using any XML validator which supports XInclude.
For instance, with "xmllint" (shipped as part of the GNOME libxml2 package):