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. 7568a4e05cc35bc96e7a422a7f3a453665479197


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  7568a4e05cc35bc96e7a422a7f3a453665479197 (commit)
      from  20326247b7c2ac0cb0eec8059fa29d29eefb67c1 (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=7568a4e05cc35bc96e7a422a7f3a453665479197

commit 7568a4e05cc35bc96e7a422a7f3a453665479197
Author: Yufeng Zhang <yufeng.zhang@arm.com>
Date:   Fri Nov 15 23:40:34 2013 +0000

    gas/
    
    	* config/tc-aarch64.c (set_other_error): New function.
    	(parse_sys_reg): Add new parameter 'sys_reg' and if non-NULL set
    	the variable to which it points with 'o'.
    	(parse_operands): Update; check for write to read-only system
    	registers or read from write-only ones.
    
    gas/testsuite/
    
    	* gas/aarch64/diagnostic.s: Add tests.
    	* gas/aarch64/diagnostic.l: Update.
    	* gas/aarch64/tracereg-illegal.d: New file.
    	* gas/aarch64/tracereg-illegal.l: Ditto.
    	* gas/aarch64/tracereg-illegal.s: Ditto.
    	* gas/aarch64/tracereg.d: Ditto.
    	* gas/aarch64/tracereg.s: Ditto.
    
    include/opcode
    
    	* aarch64.h (aarch64_sys_reg_readonly_p): New declaration.
    	(aarch64_sys_reg_writeonly_p): Ditto.
    
    opcodes/
    
    	* aarch64-opc.c (CPENT): New define.
    	(F_READONLY, F_WRITEONLY): Likewise.
    	(aarch64_sys_regs): Add trace unit registers.
    	(aarch64_sys_reg_readonly_p): New function.
    	(aarch64_sys_reg_writeonly_p): Ditto.

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

Summary of changes:
 gas/ChangeLog                                |    8 +
 gas/config/tc-aarch64.c                      |   41 +++-
 gas/testsuite/ChangeLog                      |   10 +
 gas/testsuite/gas/aarch64/diagnostic.l       |    2 +
 gas/testsuite/gas/aarch64/diagnostic.s       |    2 +
 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                     |    5 +
 include/opcode/aarch64.h                     |    2 +
 opcodes/ChangeLog                            |    8 +
 opcodes/aarch64-opc.c                        |  236 ++++++++++++++++
 14 files changed, 1052 insertions(+), 8 deletions(-)
 create mode 100644 gas/testsuite/gas/aarch64/tracereg-illegal.d
 create mode 100644 gas/testsuite/gas/aarch64/tracereg-illegal.l
 create mode 100644 gas/testsuite/gas/aarch64/tracereg-illegal.s
 create mode 100644 gas/testsuite/gas/aarch64/tracereg.d
 create 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]