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. e4630f71b252fa13df07f93d427e7c9f4505c1fe


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  e4630f71b252fa13df07f93d427e7c9f4505c1fe (commit)
      from  67c059c29e1fb0cdeacdd2005f955514d8d1fb34 (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=e4630f71b252fa13df07f93d427e7c9f4505c1fe

commit e4630f71b252fa13df07f93d427e7c9f4505c1fe
Author: Jan Beulich <jbeulich@novell.com>
Date:   Mon Nov 4 16:05:39 2013 +0100

    x86-64/gas: fix an asymmetry in suffix/register checking
    
    Without this, constructs like "orw %rax, (%rax)" aren't being rejected
    (other than any other wrong suffix/register combination).
    
    gas/
    2013-11-04  Jan Beulich <jbeulich@suse.com>
    
    	* config/tc-i386.c (check_long_reg): Correct comment indentation.
    	(check_qword_reg): Correct comment and its indentation.
    	(check_word_reg): Extend comment and correct its indentation. Also
    	check for 64-bit register.
    
    gas/testsuite/
    2013-11-04  Jan Beulich <jbeulich@suse.com>
    
    	* gas/i386/x86-64-suffix-bad.[sl]: New.
    	* gas/i386/i386.exp: Run new test.

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

Summary of changes:
 gas/ChangeLog                              |    7 +++++++
 gas/config/tc-i386.c                       |   11 ++++++-----
 gas/testsuite/ChangeLog                    |    5 +++++
 gas/testsuite/gas/i386/i386.exp            |    1 +
 gas/testsuite/gas/i386/x86-64-suffix-bad.l |   13 +++++++++++++
 gas/testsuite/gas/i386/x86-64-suffix-bad.s |   17 +++++++++++++++++
 6 files changed, 49 insertions(+), 5 deletions(-)
 create mode 100644 gas/testsuite/gas/i386/x86-64-suffix-bad.l
 create mode 100644 gas/testsuite/gas/i386/x86-64-suffix-bad.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]