diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-06-13 19:22:35 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-06-13 19:22:35 +0000 |
commit | 1780a0edf4903787581db60d46e216acc7c70b37 (patch) | |
tree | 674619ab329cb7d68bf0ec978b4077b9ded52306 /gdb/doc/ChangeLog | |
parent | 98a29c7e2e0b8c73f829745cd802537f839cdbda (diff) | |
download | gdb-1780a0edf4903787581db60d46e216acc7c70b37.zip gdb-1780a0edf4903787581db60d46e216acc7c70b37.tar.gz gdb-1780a0edf4903787581db60d46e216acc7c70b37.tar.bz2 |
* gdb.texinfo (Target Description Format): Add version attribute
for <target>.
* xml-tdesc.c (tdesc_start_target): New.
(target_attributes): New.
(tdesc_elements): Use it.
* features/gdb-target.dtd: Add #FIXED version attribute for
<target>.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 5211251..8f7e732 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com> + * gdb.texinfo (Target Description Format): Add version attribute + for <target>. + +2007-06-13 Daniel Jacobowitz <dan@codesourcery.com> + * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux. 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com> |