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


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  d306ce58b4c7d544721ba328c447240cb2228fe5 (commit)
      from  d7fc3181f73ab3d5549b396198645558127e0584 (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=d306ce58b4c7d544721ba328c447240cb2228fe5

commit d306ce58b4c7d544721ba328c447240cb2228fe5
Author: Sandra Loosemore <sandra@codesourcery.com>
Date:   Fri Nov 28 14:41:32 2014 -0800

    Remove broken nios2 assembler dwim support.
    
    2014-11-28  Sandra Loosemore  <sandra@codesourcery.com>
    
    	include/opcode/
    	* nios2.h (NIOS2_INSN_ADDI, NIOS2_INSN_ANDI): Delete.
    	(NIOS2_INSN_ORI, NIOS2_INSN_XORI): Delete.
    	(NIOS2_INSN_OPTARG): Renumber.
    
    	opcodes/
    	* nios2-opc.c (nios2_r1_opcodes): Remove deleted attributes
    	from descriptors.
    
    	gas/
    	* config/tc-nios2.c (can_evaluate_expr, get_expr_value): Delete.
    	(output_addi, output_andi, output_ori, output_xori): Delete.
    	(md_assemble): Remove calls to deleted functions.
    
    	gas/testsuite/
    	* gas/nios2/nios2.exp: Make "movi" a list test.
    	* gas/nios2/movi.s: Adjust comments, add another case.
    	* gas/nios2/movi.l: New.
    	* gas/nios2/movi.d: Delete.

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

Summary of changes:
 gas/ChangeLog                     |    6 ++
 gas/config/tc-nios2.c             |  137 -------------------------------------
 gas/testsuite/ChangeLog           |    7 ++
 gas/testsuite/gas/nios2/movi.d    |   13 ----
 gas/testsuite/gas/nios2/movi.l    |    6 ++
 gas/testsuite/gas/nios2/movi.s    |   18 +++---
 gas/testsuite/gas/nios2/nios2.exp |    1 +
 include/opcode/ChangeLog          |    6 ++
 include/opcode/nios2.h            |    7 +--
 opcodes/ChangeLog                 |    5 ++
 opcodes/nios2-opc.c               |    8 +-
 11 files changed, 45 insertions(+), 169 deletions(-)
 delete mode 100644 gas/testsuite/gas/nios2/movi.d
 create mode 100644 gas/testsuite/gas/nios2/movi.l


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]