8sa1-binutils-gdb/gdb/features
Pedro Alves e001e535f6 Fix features/i386/64bit-avx512.xml
This file's format is invalid, as it's missing some end quotes.

I noticed this because I tried to regenerate all the .dat files in
gdb/regformats/.  I got:

    sh ../../move-if-change ../regformats/i386/x32-avx.tmp ../regformats/i386/x32-avx.dat
    echo "# DO NOT EDIT: generated from i386/x32-avx512.xml" > ../regformats/i386/x32-avx512.tmp
    echo "name:`echo x32-avx512 | sed 's/-/_/g'`" >> ../regformats/i386/x32-avx512.tmp
    echo "xmltarget:x32-avx512.xml" >> ../regformats/i386/x32-avx512.tmp
    echo "expedite:rbp,rsp,rip" \
      >> ../regformats/i386/x32-avx512.tmp
    xsltproc --path "/home/pedro/gdb/mygit/src/gdb/features" --xinclude number-regs.xsl i386/x32-avx512.xml | \
      xsltproc sort-regs.xsl - | \
      xsltproc gdbserver-regs.xsl - >> ../regformats/i386/x32-avx512.tmp
    i386/64bit-avx512.xml:81: parser error : Unescaped '<' not allowed in attributes values
      <reg name="zmm11h" bitsize="256" type="v2ui128/>
      ^
    i386/64bit-avx512.xml:81: parser error : attributes construct error
      <reg name="zmm11h" bitsize="256" type="v2ui128/>
      ^
    i386/64bit-avx512.xml:81: parser error : Couldn't find end of Start Tag reg line 80
      <reg name="zmm11h" bitsize="256" type="v2ui128/>
      ^
    i386/64bit-avx512.xml:82: parser error : Unescaped '<' not allowed in attributes values
      <reg name="zmm12h" bitsize="256" type="v2ui128/>
      ^
    i386/64bit-avx512.xml:82: parser error : attributes construct error
      <reg name="zmm12h" bitsize="256" type="v2ui128/>
      ^
...
    i386/x32-avx512.xml:17: element include: XInclude error : could not load i386/64bit-avx512.xml, and no fallback was found
    -:1: parser error : Document is empty

    ^
    -:1: parser error : Start tag expected, '<' not found

    ^
    unable to parse -
    -:1: parser error : Document is empty

    ^
    -:1: parser error : Start tag expected, '<' not found

    ^
    unable to parse -
    make: *** [../regformats/i386/x32-avx512.dat] Error 6

Interestingly, gdb/expat manages to grok the broken file.

gdb/
2014-10-01  Pedro Alves  <palves@redhat.com>

	* features/i386/64bit-avx512.xml (zmm10h, zmm11h, zmm12h, zmm13h)
	(zmm14h): Add missing end quotes.
2014-10-01 10:52:54 +01:00
..
i386 Fix features/i386/64bit-avx512.xml 2014-10-01 10:52:54 +01:00
rs6000 Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
aarch64-core.xml Aarch64: Make CPSR a 32-bit register again in the target description 2014-10-01 10:06:45 +01:00
aarch64-fpu.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
aarch64.c Aarch64: Make CPSR a 32-bit register again in the target description 2014-10-01 10:06:45 +01:00
aarch64.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
arm-core.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
arm-fpa.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
arm-m-profile.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
arm-vfpv2.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
arm-vfpv3.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
arm-with-iwmmxt.c
arm-with-iwmmxt.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
arm-with-m-fpa-layout.c
arm-with-m-fpa-layout.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
arm-with-m-vfp-d16.c
arm-with-m-vfp-d16.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
arm-with-m.c
arm-with-m.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
arm-with-neon.c
arm-with-neon.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
arm-with-vfpv2.c
arm-with-vfpv2.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
arm-with-vfpv3.c
arm-with-vfpv3.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
btrace.dtd Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
feature_to_c.sh Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
gdb-target.dtd Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
gdbserver-regs.xsl
library-list-aix.dtd Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
library-list-svr4.dtd Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
library-list.dtd Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
m68k-core.xml
Makefile Fix for remote G Packet message too long error for baremetal. 2014-07-19 17:47:52 -07:00
microblaze-core.xml Fix for remote G Packet message too long error for baremetal. 2014-07-19 17:47:52 -07:00
microblaze-stack-protect.xml Fix for remote G Packet message too long error for baremetal. 2014-07-19 17:47:52 -07:00
microblaze-with-stack-protect.c Fix for remote G Packet message too long error for baremetal. 2014-07-19 17:47:52 -07:00
microblaze-with-stack-protect.xml Fix for remote G Packet message too long error for baremetal. 2014-07-19 17:47:52 -07:00
microblaze.c Fix for remote G Packet message too long error for baremetal. 2014-07-19 17:47:52 -07:00
microblaze.xml Fix for remote G Packet message too long error for baremetal. 2014-07-19 17:47:52 -07:00
mips64-cp0.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
mips64-cpu.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
mips64-dsp-linux.c
mips64-dsp-linux.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
mips64-dsp.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
mips64-fpu.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
mips64-linux.c
mips64-linux.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
mips-cp0.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
mips-cpu.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
mips-dsp-linux.c
mips-dsp-linux.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
mips-dsp.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
mips-fpu.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
mips-linux.c
mips-linux.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
nios2-cpu.xml Fix type of "fp" and other registers for Nios II. 2014-03-25 21:00:17 -07:00
nios2-linux.c Fix type of "fp" and other registers for Nios II. 2014-03-25 21:00:17 -07:00
nios2-linux.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
nios2.c Fix type of "fp" and other registers for Nios II. 2014-03-25 21:00:17 -07:00
nios2.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
number-regs.xsl
osdata.dtd Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
s390-acr.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
s390-core32.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
s390-core64.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
s390-fpr.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
s390-linux32.c
s390-linux32.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
s390-linux32v1.c
s390-linux32v1.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
s390-linux32v2.c
s390-linux32v2.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
s390-linux64.c
s390-linux64.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
s390-linux64v1.c
s390-linux64v1.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
s390-linux64v2.c
s390-linux64v2.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
s390-tdb.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
s390-te-linux64.c
s390-te-linux64.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
s390x-core64.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
s390x-linux64.c
s390x-linux64.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
s390x-linux64v1.c
s390x-linux64v1.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
s390x-linux64v2.c
s390x-linux64v2.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
s390x-te-linux64.c
s390x-te-linux64.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
sort-regs.xsl
threads.dtd Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
tic6x-c6xp.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
tic6x-c62x-linux.c
tic6x-c62x-linux.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
tic6x-c62x.c
tic6x-c62x.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
tic6x-c64x-linux.c
tic6x-c64x-linux.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
tic6x-c64x.c
tic6x-c64x.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
tic6x-c64xp-linux.c
tic6x-c64xp-linux.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
tic6x-c64xp.c
tic6x-c64xp.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
tic6x-core.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
tic6x-gp.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
traceframe-info.dtd Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
xinclude.dtd Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
xscale-iwmmxt.xml Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00