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 binutils-2_24-branch updated. 835bc35500a1115d0f56bf24fdc94f326fdd6039


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, binutils-2_24-branch has been updated
       via  835bc35500a1115d0f56bf24fdc94f326fdd6039 (commit)
       via  4ead7c4f16b201691c1440170a478157a1bd0fd5 (commit)
      from  4c343b42583dc253c9e91718230e5ca6a3b8b2fb (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=835bc35500a1115d0f56bf24fdc94f326fdd6039

commit 835bc35500a1115d0f56bf24fdc94f326fdd6039
Author: Yufeng Zhang <yufeng.zhang@arm.com>
Date:   Thu Feb 27 15:06:56 2014 +0000

    opcodes/
    
    	* aarch64-tbl.h (aarch64_opcode_table): Replace IMM0 with
    	FPIMM0 for fcmeq, fcmgt, fcmge, fcmlt and fcmle.
    
    gas/testsuite/
    
    	* gas/aarch64/fp-const0-parsing.s: New test.
    	* gas/aarch64/fp-const0-parsing.d: Likewise.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4ead7c4f16b201691c1440170a478157a1bd0fd5

commit 4ead7c4f16b201691c1440170a478157a1bd0fd5
Author: Yufeng Zhang <yufeng.zhang@arm.com>
Date:   Thu Feb 27 14:55:46 2014 +0000

    opcodes/
    
    	* aarch64-opc.c (print_register_offset_address): Call
    	get_int_reg_name to prepare the register name.
    
    gas/testsuite/
    
    	* gas/aarch64/ldst-reg-reg-offset.s: Add tests.
    	* gas/aarch64/ldst-reg-reg-offset.d: Update.

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

Summary of changes:
 gas/testsuite/ChangeLog                         |   10 ++++
 gas/testsuite/gas/aarch64/fp-const0-parse.d     |   37 ++++++++++++++
 gas/testsuite/gas/aarch64/fp-const0-parse.s     |   60 +++++++++++++++++++++++
 gas/testsuite/gas/aarch64/ldst-reg-reg-offset.d |    4 ++
 gas/testsuite/gas/aarch64/ldst-reg-reg-offset.s |    6 ++
 opcodes/ChangeLog                               |   10 ++++
 opcodes/aarch64-opc.c                           |    7 ++-
 opcodes/aarch64-tbl.h                           |   20 ++++----
 8 files changed, 142 insertions(+), 12 deletions(-)
 create mode 100644 gas/testsuite/gas/aarch64/fp-const0-parse.d
 create mode 100644 gas/testsuite/gas/aarch64/fp-const0-parse.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]