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


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  f7730599d8876775726866275d5ce392c2669e9e (commit)
      from  5e45f04cf3408e662c460a23a3722fedfb03391a (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=f7730599d8876775726866275d5ce392c2669e9e

commit f7730599d8876775726866275d5ce392c2669e9e
Author: Andrew Bennett <andrew.bennett@imgtec.com>
Date:   Tue May 6 15:43:13 2014 +0100

    Fix an issue with "Rearrange MIPS INSN* masks" patch.
    
    This fixes an issue with Mark Shinwell's "Rearrange MIPS INSN* masks" patch
    (https://sourceware.org/ml/binutils/2007-11/msg00231.html).  In the patch
    the pref instruction had its membership flags changed from I4|I32|G3 to
    I4_32|G3.  Unfortunately G3 was defined as being I4, which made the actual
    expanded flags as: I4|I32|I4 and therefore the membership flags should have
    been I4_32.  Since the patch was committed G3 was redefined to be I4|EE.  This
    fix just removes I4 from G3 making the expanded membership flags for pref as
    I4_32|EE.
    
    ChangeLog:
    
    opcodes/
    	* mips-opc.c (G3): Remove I4.

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

Summary of changes:
 opcodes/ChangeLog  |    4 ++++
 opcodes/mips-opc.c |    4 +---
 2 files changed, 5 insertions(+), 3 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]