--- /dev/null
+2015-12-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
+
+ (elf32_arm_merge_eabi_attributes): Add merging logic for
+ Tag_DSP_extension.
--- /dev/null
+2015-12-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
+
+ * readelf.c (display_arm_attribute): Add output for Tag_DSP_extension.
+ (arm_attr_public_tags): Define DSP_extension attribute.
--- /dev/null
+2015-12-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
+
+ * 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): Set Tag_DSP_extension to 1 for ARMv8-M
+ Mainline with DSP extension.
+ (arm_convert_symbolic_attribute): Define Tag_DSP_extension.
+
+2015-12-17 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.
+
+2015-12-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
+
+ * config/tc-arm.c (insns): Add ARMv8-M security extensions
+ instructions.
--- /dev/null
+2015-12-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
+
+ * gas/arm/arch7em-bad.d: Rename to ...
+ * gas/arm/arch7em-bad-1.d: This.
+ * gas/arm/arch7em-bad-2.d: New file.
+ * gas/arm/arch7em-bad-3.d: Likewise.
+ * gas/arm/archv8m-main-dsp-1.d: Likewise.
+ * gas/arm/archv8m-main-dsp-2.d: Likewise.
+ * gas/arm/archv8m-main-dsp-3.d: Likewise.
+ * gas/arm/attr-march-armv8m.main.dsp.d: Likewise.
+
+2015-12-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
+
+ * gas/arm/any-cmse.d: Likewise.
+ * gas/arm/archv8m-cmse.s: New file.
+ * gas/arm/archv8m-cmse-base.d: Likewise.
+ * gas/arm/archv8m-cmse-main.d: Likewise.
--- /dev/null
+2015-12-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
+
+ * arm.h (Tag_DSP_extension): Define.
--- /dev/null
+2015-12-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
+
+ * arm.h (ARM_CPU_HAS_FEATURE): Add comment.
+ (ARM_FSET_CPU_SUBSET): Define macro.
--- /dev/null
+2015-12-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
+
+ * ld-arm/attr-merge-10b-dsp.s: New file.
+ * ld-arm/attr-merge-10-dsp.attr: Likewise.
--- /dev/null
+2015-12-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
+
+ * arm-dis.c (thumb_opcodes): Add entries for narrow ARMv8-M security
+ extensions instructions.
+ (thumb32_opcodes): Add entries for wide ARMv8-M security extensions
+ instructions.