target-supports.exp (check_profiling_available): Return false for arm*-*-symbianelf...
authorMark Mitchell <mark@codesourcery.com>
Thu, 19 Aug 2004 22:29:11 +0000 (22:29 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 19 Aug 2004 22:29:11 +0000 (22:29 +0000)
* lib/target-supports.exp (check_profiling_available): Return
false for arm*-*-symbianelf* and arm*-*-eabi*.

From-SVN: r86286

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

index 7e639c105a2091da2a1591b50cea5fb2b1366abb..e35888e46592bb6113f1a4d1feaeddd830b50bf1 100644 (file)
@@ -1,5 +1,8 @@
 2004-08-19  Mark Mitchell  <mark@codesourcery.com>
 
+       * lib/target-supports.exp (check_profiling_available): Return
+       false for arm*-*-symbianelf* and arm*-*-eabi*.
+
        PR c++/15890
        * g++.dg/template/delete1.C: New test.
 
index e23a8ecda542c771b9c281c2de5a12ff77272ee9..1ffdebbec84371e6f39cfa0285c251f5884f59ab 100644 (file)
@@ -200,7 +200,9 @@ proc check_profiling_available { test_what } {
        # Some targets don't have any implementation of __bb_init_func or are
        # missing other needed machinery.
        if { [istarget mmix-*-*]
+            || [istarget arm*-*-eabi*]
             || [istarget arm*-*-elf]
+            || [istarget arm*-*-symbianelf*]
             || [istarget powerpc-*-eabi*]
             || [istarget strongarm*-*-elf]
             || [istarget xscale*-*-elf]