Commit de3f9a2d by Prathamesh Kulkarni Committed by Prathamesh Kulkarni

target-supports.exp (check_effective_target_section_anchors): Add check for aarch64*-*-*.

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
parent 5d30c58d
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> 2016-02-15 Richard Biener <rguenther@suse.de>
PR tree-optimization/69783 PR tree-optimization/69783
......
...@@ -5467,7 +5467,8 @@ proc check_effective_target_section_anchors { } { ...@@ -5467,7 +5467,8 @@ proc check_effective_target_section_anchors { } {
} else { } else {
set et_section_anchors_saved 0 set et_section_anchors_saved 0
if { [istarget powerpc*-*-*] if { [istarget powerpc*-*-*]
|| [istarget arm*-*-*] } { || [istarget arm*-*-*]
|| [istarget aarch64*-*-*] } {
set et_section_anchors_saved 1 set et_section_anchors_saved 1
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment