This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. e001e535f63d804127269fbdfbcbefa1f206bf46


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  e001e535f63d804127269fbdfbcbefa1f206bf46 (commit)
      from  bdc144174bcb11e808b4e73089b850cf9620a7ee (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e001e535f63d804127269fbdfbcbefa1f206bf46

commit e001e535f63d804127269fbdfbcbefa1f206bf46
Author: Pedro Alves <palves@redhat.com>
Date:   Wed Oct 1 10:06:04 2014 +0100

    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.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog                      |    5 +++++
 gdb/features/i386/64bit-avx512.xml |   10 +++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]