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


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  b3eb037d17c6082ba4803f8f034f34360f16fa16 (commit)
      from  aeea061e1a69a316619c9418957e26a7c3f43fda (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=b3eb037d17c6082ba4803f8f034f34360f16fa16

commit b3eb037d17c6082ba4803f8f034f34360f16fa16
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]