2016-10-21 Andre Vieira <andre.simoesdiasvieira@arm.com>
* gcc.target/arm/pure-code/pure-code.exp: Require arm_cortex_m
effective target.
From-SVN: r241396
+2016-10-21 Andre Vieira <andre.simoesdiasvieira@arm.com>
+
+ * gcc.target/arm/pure-code/pure-code.exp: Require arm_cortex_m
+ effective target.
+
2016-10-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
PR rtl-optimization/78038
# The -mpure-code option is only available for M-profile targets that support
# thumb2.
if {[check_effective_target_arm_thumb2_ok]
- && ![check_effective_target_arm_arm_ok]} then {
+ && [check_effective_target_arm_cortex_m]} then {
# Initialize `dg'.
dg-init