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. c9fb6e581486573e4eb9b73dd9036cc5e4c3e9f7


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  c9fb6e581486573e4eb9b73dd9036cc5e4c3e9f7 (commit)
      from  baa2af86d4ca17a82a02b581ab5150587ef955f8 (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=c9fb6e581486573e4eb9b73dd9036cc5e4c3e9f7

commit c9fb6e581486573e4eb9b73dd9036cc5e4c3e9f7
Author: Yufeng Zhang <yufeng.zhang@arm.com>
Date:   Mon Nov 18 17:23:33 2013 +0000

    Add support for armv7ve to gas.
    
    gas/
    
    	* config/tc-arm.c (arm_archs): New armv7ve architecture option.
    	(arm_cpus): Replace ARM_ARCH_V7A_IDIV_MP_SEC_VIRT with
    	ARM_ARCH_V7VE for cortex-a7, cortex-a12 and cortex-a15.
    	(cpu_arch_ver): Likewise.
    	* doc/c-arm.texi: Document armv7ve.
    
    gas/testsuite/
    
    	* gas/arm/attr-march-armv7ve.d: New test case for armv7ve.
    
    include/opcode/
    
    	* arm.h (ARM_AEXT_V7VE): New define.
    	(ARM_ARCH_V7VE): New define.
    	(ARM_ARCH_V7A_IDIV_MP_SEC_VIRT): Removed.

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

Summary of changes:
 gas/ChangeLog                                      |    8 ++++++++
 gas/config/tc-arm.c                                |   12 +++++-------
 gas/doc/c-arm.texi                                 |    1 +
 gas/testsuite/ChangeLog                            |    8 ++++++--
 ...rch-armv7-a+sec+virt.d => attr-march-armv7ve.d} |    7 ++++---
 include/opcode/ChangeLog                           |    6 ++++++
 include/opcode/arm.h                               |    8 +++-----
 7 files changed, 33 insertions(+), 17 deletions(-)
 copy gas/testsuite/gas/arm/{attr-march-armv7-a+sec+virt.d => attr-march-armv7ve.d} (77%)


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]