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. 43885403ede73aa83b37cfa0e7a254b6f255d5af


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  43885403ede73aa83b37cfa0e7a254b6f255d5af (commit)
      from  ea99bdb59dfddd883c70428f24d16bf1ad3ded93 (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=43885403ede73aa83b37cfa0e7a254b6f255d5af

commit 43885403ede73aa83b37cfa0e7a254b6f255d5af
Author: Matthew Fortune <matthew.fortune@imgtec.com>
Date:   Tue Jul 29 13:18:07 2014 +0100

    [MIPS] Rename COPROC related macros
    
    gas/
    
    	* config/tc-mips.c: Rename INSN_LOAD_COPROC_DELAY to INSN_LOAD_COPROC
    	and INSN_COPROC_MOVE_DELAY to INSN_COPROC_MOVE throughout.
    
    include/opcode/
    
    	* mips.h (INSN_LOAD_COPROC_DELAY): Rename to...
    	(INSN_LOAD_COPROC): New define.
    	(INSN_COPROC_MOVE_DELAY): Rename to...
    	(INSN_COPROC_MOVE): New define.
    
    opcodes/
    
    	* micromips-opc.c (COD): Rename throughout to...
    	(CM): New define, update to use INSN_COPROC_MOVE.
    	(LCD): Rename throughout to...
    	(LC): New define, update to use INSN_LOAD_COPROC.
    	* mips-opc.c: Likewise.

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

Summary of changes:
 gas/ChangeLog            |    5 +
 gas/config/tc-mips.c     |   16 ++--
 include/opcode/ChangeLog |    7 ++
 include/opcode/mips.h    |    8 +-
 opcodes/ChangeLog        |    8 ++
 opcodes/micromips-opc.c  |   28 +++---
 opcodes/mips-opc.c       |  240 +++++++++++++++++++++++-----------------------
 7 files changed, 166 insertions(+), 146 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]