GNU Binutils with patches for OS216
Revision | b6befd78b4cc8c10a43129d0f62072d85d9ac7d9 (tree) |
---|---|
Time | 2006-03-22 05:48:35 |
Author | Daniel Jacobowitz <drow@fals...> |
Commiter | Daniel Jacobowitz |
Doc update from last commit.
@@ -60,12 +60,10 @@ This describes a simple target feature set which only contains two registers, | ||
60 | 60 | named s0 (32-bit, integer) and s1 (32-bit, floating point). |
61 | 61 | |
62 | 62 | You can spread a description over multiple files by using the standardized |
63 | -XInclude mechanism - but only a very simplistic form of XInclude is supported. | |
64 | -The xpointer attribute must be provided, using a bare ID rather than a more | |
65 | -complicated XPointer expression. The href argument should also be provided, | |
63 | +XInclude mechanism - but only whole-file XInclude is supported. The | |
64 | +xpointer attribute should not be used, and the href attribute should be, | |
66 | 65 | using a bare basename. GDB will query the target for the file, if it has |
67 | -not already seen it. Presently only <feature> elements may be read using | |
68 | -XInclude. | |
66 | +not already seen it. | |
69 | 67 | |
70 | 68 | You can validate the description using any XML validator which supports XInclude. |
71 | 69 | For instance, with "xmllint" (shipped as part of the GNOME libxml2 package): |