mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
e515b47028
* configure: Regenerated. * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile. * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp, gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files. * lib/gdb.exp (gdb_skip_xml_test): New function.
13 lines
208 B
XML
13 lines
208 B
XML
<!-- Test file for a description containing unknown elements. -->
|
|
<target>
|
|
<unknown>
|
|
<something>
|
|
<tag/>
|
|
</something>
|
|
<other/>
|
|
<third>
|
|
<tag/>
|
|
</third>
|
|
</unknown>
|
|
</target>
|