Skip new ARM security extension tests on non-ELF based targets.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index c13366e87d878598e8b22577d706e725e5263b4c..7d1d6024ec784f1e0b91fb4db2e46231e4e51860 100644 (file)
@@ -1,3 +1,62 @@
+2016-05-11  Nick Clifton  <nickc@redhat.com>
+
+       * gas/arm/archv8m-cmse-msr-main.d: 
+
+2016-05-10  Alexander Fomin  <alexander.fomin@intel.com>
+
+       * testsuite/gas/i386/i386.exp: Run RDPID tests.
+       * testsuite/gas/i386/prefix.d: Adjust.
+       * testsuite/gas/i386/rdpid.s: New test.
+       * testsuite/gas/i386/rdpid.d: Ditto.
+       * testsuite/gas/i386/rdpid-intel.d: Ditto.
+       * testsuite/gas/i386/x86-64-rdpid.s: Ditto.
+       * testsuite/gas/i386/x86-64-rdpid.d: Ditto.
+       * testsuite/gas/i386/x86-64-rdpid-intel.d: Ditto.
+
+2016-05-10  Alexander Fomin  <alexander.fomin@intel.com>
+
+       * config/tc-i386.c (cpu_arch): Add RDPID.
+       * doc/c-i386.texi: Document RDPID.
+
+2016-05-10  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * config/tc-arm.c (arm_adjust_symtab): Use ARM_SET_SYM_BRANCH_TYPE to
+       set branch type of a symbol.
+
+2016-05-10  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * NEWS: Document ARMv8-M and ARMv8-M Security and DSP Extensions.
+       * config/tc-arm.c (arm_ext_dsp): New feature for Thumb DSP
+       instructions.
+       (arm_extensions): Add dsp extension for ARMv8-M Mainline.
+       (aeabi_set_public_attributes): Memorize the feature bits of the
+       architecture selected for Tag_CPU_arch.  Use it to set
+       Tag_DSP_extension to 1 for ARMv8-M Mainline with DSP extension.
+       (arm_convert_symbolic_attribute): Define Tag_DSP_extension.
+       * testsuite/gas/arm/arch7em-bad.d: Rename to ...
+       * testsuite/gas/arm/arch7em-bad-1.d: This.
+       * testsuite/gas/arm/arch7em-bad-2.d: New file.
+       * testsuite/gas/arm/arch7em-bad-3.d: Likewise.
+       * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
+       * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
+       * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
+       * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
+       * testsuite/gas/arm/archv8m-main-dsp-5.d: Likewise.
+       * testsuite/gas/arm/attr-march-armv8m.main.dsp.d: Likewise.
+
+2016-05-10  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * config/tc-arm.c (struct arm_option_extension_value_table): Make
+       allowed_archs an array with 2 entries.
+       (ARM_EXT_OPT): Adapt to only fill the first entry of allowed_archs.
+       (ARM_EXT_OPT2): New macro filling the two entries of allowed_archs.
+       (arm_extensions): Use separate entries in allowed_archs when several
+       archs are allowed to use an extension and change ARCH_ANY in
+       ARM_ARCH_NONE in allowed_archs.
+       (arm_parse_extension): Check that, for each allowed_archs entry, all
+       bits are set in the current architecture, ignoring ARM_ANY entries.
+       (s_arm_arch_extension): Likewise.
+
 2016-05-10  Thomas Preud'homme  <thomas.preudhomme@arm.com>
 
        * config/tc-arm.c (arm_ext_m): Add feature bit ARM_EXT2_V8M_MAIN.
This page took 0.023888 seconds and 4 git commands to generate.