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. 99b81d1c26745f823cfcf12378de0156823f5480


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  99b81d1c26745f823cfcf12378de0156823f5480 (commit)
       via  b31f4fea7757bad63c1061aabba19401a6b737e4 (commit)
      from  ac6cefb0a8168a4187161f0262b1e41c2d248a88 (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=99b81d1c26745f823cfcf12378de0156823f5480

commit 99b81d1c26745f823cfcf12378de0156823f5480
Author: Yufeng Zhang <yufeng.zhang@arm.com>
Date:   Mon Nov 18 11:34:43 2013 +0000

    gas/
    
    	* config/tc-aarch64.c (parse_sys_reg): Support
    	S2_<op1>_<Cn>_<Cm>_<op2>.
    
    gas/testsuite/
    
    	* gas/testsuite/sysreg.s: Add test.
    	* gas/testsuite/sysreg.d: Update.

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

commit b31f4fea7757bad63c1061aabba19401a6b737e4
Author: Yufeng Zhang <yufeng.zhang@arm.com>
Date:   Mon Nov 18 11:57:19 2013 +0000

    Revert "Add support for AArch64 trace unit registers."
    
    This reverts commit 7568a4e05cc35bc96e7a422a7f3a453665479197.

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

Summary of changes:
 gas/ChangeLog                                |   17 ++
 gas/config/tc-aarch64.c                      |   51 +---
 gas/testsuite/ChangeLog                      |   20 ++
 gas/testsuite/gas/aarch64/diagnostic.l       |    2 -
 gas/testsuite/gas/aarch64/diagnostic.s       |    2 -
 gas/testsuite/gas/aarch64/sysreg.d           |    2 +
 gas/testsuite/gas/aarch64/sysreg.s           |    3 +
 gas/testsuite/gas/aarch64/tracereg-illegal.d |    4 -
 gas/testsuite/gas/aarch64/tracereg-illegal.l |   39 ---
 gas/testsuite/gas/aarch64/tracereg-illegal.s |   72 -----
 gas/testsuite/gas/aarch64/tracereg.d         |  389 --------------------------
 gas/testsuite/gas/aarch64/tracereg.s         |  242 ----------------
 include/opcode/ChangeLog                     |    9 +
 include/opcode/aarch64.h                     |    2 -
 opcodes/ChangeLog                            |   12 +
 opcodes/aarch64-opc.c                        |  236 ----------------
 16 files changed, 76 insertions(+), 1026 deletions(-)
 delete mode 100644 gas/testsuite/gas/aarch64/tracereg-illegal.d
 delete mode 100644 gas/testsuite/gas/aarch64/tracereg-illegal.l
 delete mode 100644 gas/testsuite/gas/aarch64/tracereg-illegal.s
 delete mode 100644 gas/testsuite/gas/aarch64/tracereg.d
 delete mode 100644 gas/testsuite/gas/aarch64/tracereg.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]