]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2016-02-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
authorprathamesh3492 <prathamesh3492@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Feb 2016 17:28:48 +0000 (17:28 +0000)
committerprathamesh3492 <prathamesh3492@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Feb 2016 17:28:48 +0000 (17:28 +0000)
testsuite/
        * lib/target-supports.exp (check_effective_target_section_anchors): Add
        check for aarch64*-*-*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233426 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index 2a0e538c4105e22daaeeb3c10d4ffac0cd302877..3879418c630c32a1a8cc2d2e92cae14d17eda3f9 100644 (file)
@@ -1,3 +1,8 @@
+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
index 645981a8733b68a7c37919a53b324841d2c125aa..66fb1eaf7bd4aa58d23cfc9203e9f27573c7a303 100644 (file)
@@ -5467,7 +5467,8 @@ proc check_effective_target_section_anchors { } {
     } else {
         set et_section_anchors_saved 0
         if { [istarget powerpc*-*-*]
-             || [istarget arm*-*-*] } {
+             || [istarget arm*-*-*] 
+             || [istarget aarch64*-*-*] } {
            set et_section_anchors_saved 1
         }
     }