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


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  ae527cd876fe35de72d876d3484e194ccc66232f (commit)
      from  0a9ce86dafbd889ab3dfc8f61db364a2426be99b (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=ae527cd876fe35de72d876d3484e194ccc66232f

commit ae527cd876fe35de72d876d3484e194ccc66232f
Author: Jan Beulich <jbeulich@novell.com>
Date:   Tue Nov 18 14:08:28 2014 +0100

    aarch64: allow adding/removing just feature flags via .arch_extension
    
    Rather than requiring to always also set/change the base architecture,
    allow just en-/disabling of architecture extensions, matching what ARM
    has.

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

Summary of changes:
 gas/ChangeLog                                |    9 +++++
 gas/config/tc-aarch64.c                      |   51 ++++++++++++++++++++------
 gas/testsuite/ChangeLog                      |    7 ++++
 gas/testsuite/gas/aarch64/crc32-directive.d  |   17 +++++++++
 gas/testsuite/gas/aarch64/crc32.s            |    6 +++
 gas/testsuite/gas/aarch64/crypto-directive.d |   27 ++++++++++++++
 gas/testsuite/gas/aarch64/crypto.s           |    6 +++
 7 files changed, 111 insertions(+), 12 deletions(-)
 create mode 100644 gas/testsuite/gas/aarch64/crc32-directive.d
 create mode 100644 gas/testsuite/gas/aarch64/crypto-directive.d


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]