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. 75468c93c14e9f14dd9020712538c5303a455876


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  75468c93c14e9f14dd9020712538c5303a455876 (commit)
      from  650948f9dcb6428693c9d7046c51f3234e3d7eb9 (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=75468c93c14e9f14dd9020712538c5303a455876

commit 75468c93c14e9f14dd9020712538c5303a455876
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                                |    9 +
 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, 1053 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]