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. 76dfed02aaee5074dc79c28c0224fd0a2bf0dd30


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  76dfed02aaee5074dc79c28c0224fd0a2bf0dd30 (commit)
      from  b3fe4307a625457c6953fce27bbbfc4c90e38e9d (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=76dfed02aaee5074dc79c28c0224fd0a2bf0dd30

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

    [AArch64 disassembler] Add missing checks of undefine 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]