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. 18cf6de4004b9eaa1a2c0be8dd03523fd60991d1


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  18cf6de4004b9eaa1a2c0be8dd03523fd60991d1 (commit)
       via  a203d9b72fc2bc37992e0f0e3f2b7f0d9abdd0bd (commit)
      from  422ad5c296aa6e03596684d6fb40ff10c66ca757 (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=18cf6de4004b9eaa1a2c0be8dd03523fd60991d1

commit 18cf6de4004b9eaa1a2c0be8dd03523fd60991d1
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=a203d9b72fc2bc37992e0f0e3f2b7f0d9abdd0bd

commit a203d9b72fc2bc37992e0f0e3f2b7f0d9abdd0bd
Author: Yufeng Zhang <yufeng.zhang@arm.com>
Date:   Mon Nov 18 11:21:35 2013 +0000

    Revert "Add support for AArch64 trace unit registers."
    
    This reverts commit 75468c93c14e9f14dd9020712538c5303a455876.

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

Summary of changes:
 gas/ChangeLog                                |   18 ++-
 gas/config/tc-aarch64.c                      |   51 +---
 gas/testsuite/ChangeLog                      |   19 ++
 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, 75 insertions(+), 1027 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]