diff options
author | Jan Beulich <jbeulich@novell.com> | 2015-01-07 09:39:27 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2015-01-07 09:39:27 +0100 |
commit | 5a70a2235a5fb9a8d90110089d97a27961093a39 (patch) | |
tree | fe627b19451207cd4d03c9ddc3ca66f0ca78fb8d /sim | |
parent | e810d75b1c9bef779b29df9d2c609fd5891d5917 (diff) | |
download | fsf-binutils-gdb-5a70a2235a5fb9a8d90110089d97a27961093a39.zip fsf-binutils-gdb-5a70a2235a5fb9a8d90110089d97a27961093a39.tar.gz fsf-binutils-gdb-5a70a2235a5fb9a8d90110089d97a27961093a39.tar.bz2 |
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.
Diffstat (limited to 'sim')
0 files changed, 0 insertions, 0 deletions