This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Teach gcc that profiling is not available on fido.


Hi,

Attached is a patch to teach gcc that profiling is not available.

Note that fido is a variant of m68k.

Committed as obvious.

Kazu Hirata

2007-08-27  Kazu Hirata  <kazu@codesourcery.com>

	* lib/target-supports.exp (check_profiling_available):
	Set profiling_available_saved to 0 on fido-*-elf.

Index: gcc/testsuite/lib/target-supports.exp
===================================================================
--- gcc/testsuite/lib/target-supports.exp	(revision 127834)
+++ gcc/testsuite/lib/target-supports.exp	(working copy)
@@ -368,6 +368,7 @@ proc check_profiling_available { test_wh
 	     || [istarget strongarm*-*-elf]
 	     || [istarget xscale*-*-elf]
 	     || [istarget cris-*-*]
+	     || [istarget fido-*-elf]
 	     || [istarget h8300-*-*]
 	     || [istarget m32c-*-elf]
 	     || [istarget m68k-*-elf]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]