public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [4.1] Skip atomic memory access tests on SPARC
@ 2007-01-06 22:41 Eric Botcazou
  0 siblings, 0 replies; only message in thread
From: Eric Botcazou @ 2007-01-06 22:41 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

The support was added by Jakub in the 4.2 timeframe.

Tested on SPARC64/Solaris 9, applied to 4.1 branch.


2007-01-06  Eric Botcazou  <ebotcazou@libertysurf.fr>

	* lib/target-supports.exp (check_effective_target_sync_int_long):
	Always return 0 for SPARC targets.
	(check_effective_target_sync_char_short): Likewise.


-- 
Eric Botcazou

[-- Attachment #2: target-supports_41.diff --]
[-- Type: text/x-diff, Size: 826 bytes --]

Index: target-supports.exp
===================================================================
--- lib/target-supports.exp	(revision 120520)
+++ lib/target-supports.exp	(working copy)
@@ -1468,9 +1468,7 @@
 	     || [istarget x86_64-*-*]
 	     || [istarget alpha*-*-*] 
 	     || [istarget s390*-*-*] 
-	     || [istarget powerpc*-*-*]
-	     || [istarget sparc64-*-*]
-	     || [istarget sparcv9-*-*] } {
+	     || [istarget powerpc*-*-*] } {
            set et_sync_int_long_saved 1
         }
     }
@@ -1495,9 +1493,7 @@
 	     || [istarget x86_64-*-*]
 	     || [istarget alpha*-*-*] 
 	     || [istarget s390*-*-*] 
-	     || [istarget powerpc*-*-*]
-	     || [istarget sparc64-*-*]
-	     || [istarget sparcv9-*-*] } {
+	     || [istarget powerpc*-*-*] } {
            set et_sync_char_short_saved 1
         }
     }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-01-06 22:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-06 22:41 [4.1] Skip atomic memory access tests on SPARC Eric Botcazou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).