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. 4b4c407a349620e4a6b9cb36b77778fccb7ff00f


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  4b4c407a349620e4a6b9cb36b77778fccb7ff00f (commit)
      from  a485e98ea0cbb61ea9da1e7858da545e0bcf1a46 (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=4b4c407a349620e4a6b9cb36b77778fccb7ff00f

commit 4b4c407a349620e4a6b9cb36b77778fccb7ff00f
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Sep 10 09:38:31 2014 -0700

    Properly handle suffix for iret and sysret
    
    gas/testsuite/
    
    	* gas/i386/i386.exp: Run suffix-intel, x86-64-suffix and
    	x86-64-suffix-intel.
    
    	* gas/i386/suffix.s: Add tests for iret and sysret.
    	* gas/i386/suffix.d: Updated.
    
    	* gas/i386/suffix-intel.d: New file.
    	* gas/i386/x86-64-suffix-intel.d: Likewise.
    	* gas/i386/x86-64-suffix.d: Likewise.
    	* gas/i386/x86-64-suffix.s: Likewise.
    
    opcodes/
    
    	* i386-dis.c (dis386): Replace "P" with "%LP" for iret and sysret.
    	(putop): Handle "%LP".

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

Summary of changes:
 gas/testsuite/ChangeLog                      |   13 +++++
 gas/testsuite/gas/i386/i386.exp              |    3 +
 gas/testsuite/gas/i386/suffix-intel.d        |   26 +++++++++
 gas/testsuite/gas/i386/suffix.d              |   26 ++++++---
 gas/testsuite/gas/i386/suffix.s              |   13 ++++-
 gas/testsuite/gas/i386/x86-64-suffix-intel.d |   30 ++++++++++
 gas/testsuite/gas/i386/x86-64-suffix.d       |   29 ++++++++++
 gas/testsuite/gas/i386/x86-64-suffix.s       |   28 ++++++++++
 opcodes/ChangeLog                            |    5 ++
 opcodes/i386-dis.c                           |   75 ++++++++++++++++++-------
 10 files changed, 218 insertions(+), 30 deletions(-)
 create mode 100644 gas/testsuite/gas/i386/suffix-intel.d
 create mode 100644 gas/testsuite/gas/i386/x86-64-suffix-intel.d
 create mode 100644 gas/testsuite/gas/i386/x86-64-suffix.d
 create mode 100644 gas/testsuite/gas/i386/x86-64-suffix.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]