diff options
author | Jan Beulich <jbeulich@novell.com> | 2014-11-18 14:08:28 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2014-11-18 14:08:28 +0100 |
commit | ae527cd876fe35de72d876d3484e194ccc66232f (patch) | |
tree | 506c344ade8b18b6a142c10931eb4644b4a7e3b2 /gas/testsuite/ChangeLog | |
parent | 0a9ce86dafbd889ab3dfc8f61db364a2426be99b (diff) | |
download | gdb-ae527cd876fe35de72d876d3484e194ccc66232f.zip gdb-ae527cd876fe35de72d876d3484e194ccc66232f.tar.gz gdb-ae527cd876fe35de72d876d3484e194ccc66232f.tar.bz2 |
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.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 67e6d18..bf37ba8 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2014-11-18 Jan Beulich <jbeulich@suse.com> + + * gas/aarch64/crc32-directive.d: New. + * gas/aarch64/crypto-directive.d: New. + * gas/aarch64/crc32.s: Adjust to allow for directive use. + * gas/aarch64/crypto.s: Likewise. + 2014-11-17 Ilya Tocar <ilya.tocar@intel.com> * gas/i386/i386.exp: Run new tests. |