This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils 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. 9e5e52835bb205850fb0fa6f0393ecd64b02b22f


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  9e5e52835bb205850fb0fa6f0393ecd64b02b22f (commit)
      from  c4d9ceb6473237e614c66be97351109b9f260505 (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=9e5e52835bb205850fb0fa6f0393ecd64b02b22f

commit 9e5e52835bb205850fb0fa6f0393ecd64b02b22f
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Sep 23 11:12:23 2014 -0700

    Disallow VEX/EVEX encoded instructions in 16-bit mode
    
    gas/
    
    	PR gas/17421
    	* config/tc-i386.c (md_assemble): Disallow VEX/EVEX encoded
    	instructions in 16-bit mode.
    
    gas/testsuite/
    
    	PR gas/17421
    	* gas/i386/i386.exp: Run inval-16.
    
    	* gas/i386/inval-16.l: New file.
    	* gas/i386/inval-16.s: Likewise.

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

Summary of changes:
 gas/ChangeLog                     |    6 ++++++
 gas/config/tc-i386.c              |   17 +++++++++++++----
 gas/testsuite/ChangeLog           |    8 ++++++++
 gas/testsuite/gas/i386/i386.exp   |    1 +
 gas/testsuite/gas/i386/inval-16.l |   20 ++++++++++++++++++++
 gas/testsuite/gas/i386/inval-16.s |    9 +++++++++
 6 files changed, 57 insertions(+), 4 deletions(-)
 create mode 100644 gas/testsuite/gas/i386/inval-16.l
 create mode 100644 gas/testsuite/gas/i386/inval-16.s


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]