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. 44fdee77f1647592600465044aa29fc019823bc3


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  44fdee77f1647592600465044aa29fc019823bc3 (commit)
      from  b36bc8125c972a2afe781d88fa6de916ae033a40 (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=44fdee77f1647592600465044aa29fc019823bc3

commit 44fdee77f1647592600465044aa29fc019823bc3
Author: Yufeng Zhang <yufeng.zhang@arm.com>
Date:   Wed Mar 26 18:44:27 2014 +0000

    [AArch64 disassembler] Add missing checks of undefined encodings on
    st1/st2/st3/st4 instructions.
    
    opcodes/
    
    	* aarch64-dis.c (aarch64_ext_ldst_elemlist): Check H/S undefined
    	instructions.
    
    binutils/testsuite/
    
    	* binutils-all/aarch64/aarch64.exp: New test driver for AArch64.
    	* binutils-all/aarch64/unallocated-encoding.s: New testcase.
    	* binutils-all/aarch64/unallocated-encoding.d: Ditto.

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

Summary of changes:
 binutils/testsuite/ChangeLog                       |    6 ++
 .../testsuite/binutils-all/aarch64/aarch64.exp     |   30 ++++++++++++
 .../binutils-all/aarch64/unallocated-encoding.d    |   29 +++++++++++
 .../binutils-all/aarch64/unallocated-encoding.s    |   51 ++++++++++++++++++++
 opcodes/ChangeLog                                  |    5 ++
 opcodes/aarch64-dis.c                              |   12 ++++-
 6 files changed, 130 insertions(+), 3 deletions(-)
 create mode 100644 binutils/testsuite/binutils-all/aarch64/aarch64.exp
 create mode 100644 binutils/testsuite/binutils-all/aarch64/unallocated-encoding.d
 create mode 100644 binutils/testsuite/binutils-all/aarch64/unallocated-encoding.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]