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. 5a70a2235a5fb9a8d90110089d97a27961093a39


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  5a70a2235a5fb9a8d90110089d97a27961093a39 (commit)
      from  e810d75b1c9bef779b29df9d2c609fd5891d5917 (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=5a70a2235a5fb9a8d90110089d97a27961093a39

commit 5a70a2235a5fb9a8d90110089d97a27961093a39
Author: Jan Beulich <jbeulich@novell.com>
Date:   Wed Jan 7 09:39:27 2015 +0100

    arm: fix extension feature disabling
    
    Using e.g.
    
    	.arch_extension simd
    	.arch_extension nocrypto
    
    so far results in SIMD support getting disabled, which I can't see being
    the purpose of the "no"-prefixed variants of architecture extension
    specifications.
    
    Of course it is questionable whether the current, counter intuitive
    behavior needs to be retained, and the new behavior perhaps be made work
    through e.g. a newly recognized "no-" prefix.
    
    gas/
    2015-01-07  Jan Beulich <jbeulich@suse.com>
    
    	* gas/config/tc-arm.c (struct arm_option_extension_value_table):
    	Split field "value" into fields "merge_value" and "clear_value".
    	(arm_extensions): Adjust initializer accordingly.

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

Summary of changes:
 gas/ChangeLog       |    6 ++++++
 gas/config/tc-arm.c |   42 +++++++++++++++++++++++++++---------------
 2 files changed, 33 insertions(+), 15 deletions(-)


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]