2016-02-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
testsuite/
* lib/target-supports.exp (check_effective_target_section_anchors): Add
check for aarch64*-*-*.
From-SVN: r233426
+2016-02-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
+
+ * lib/target-supports.exp (check_effective_target_section_anchors): Add
+ check for aarch64*-*-*.
+
2016-02-15 Richard Biener <rguenther@suse.de>
PR tree-optimization/69783
} else {
set et_section_anchors_saved 0
if { [istarget powerpc*-*-*]
- || [istarget arm*-*-*] } {
+ || [istarget arm*-*-*]
+ || [istarget aarch64*-*-*] } {
set et_section_anchors_saved 1
}
}