• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Révisionb6befd78b4cc8c10a43129d0f62072d85d9ac7d9 (tree)
l'heure2006-03-22 05:48:35
AuteurDaniel Jacobowitz <drow@fals...>
CommiterDaniel Jacobowitz

Message de Log

Doc update from last commit.

Change Summary

Modification

--- a/gdb/README.AVAIL
+++ b/gdb/README.AVAIL
@@ -60,12 +60,10 @@ This describes a simple target feature set which only contains two registers,
6060 named s0 (32-bit, integer) and s1 (32-bit, floating point).
6161
6262 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,
6665 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.
6967
7068 You can validate the description using any XML validator which supports XInclude.
7169 For instance, with "xmllint" (shipped as part of the GNOME libxml2 package):