public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: Fix for sparc
@ 2026-06-29 12:23 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2026-06-29 12:23 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : fdfaee17fd08463b0675f2edd60904af492b21d2
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2008-03-28T12:41:58+00:00
Stats  : +6/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/fdfaee17fd08463b0675f2edd60904af492b21d2?branch=rhel-f41-base

Log:
Fix for sparc

---
diff --git a/gcc43-libgomp-speedup.patch b/gcc43-libgomp-speedup.patch
index e1381cf..da85e55 100644
--- a/gcc43-libgomp-speedup.patch
+++ b/gcc43-libgomp-speedup.patch
@@ -1,3 +1,8 @@
+2008-03-28  Jakub Jelinek  <jakub@redhat.com>
+
+	* config/linux/sparc/futex.h (atomic_write_barrier): Fix membar
+	argument.
+
 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
 
 	* libgomp.h (struct gomp_team_state): Remove single_count field
@@ -2439,7 +2444,7 @@
 +atomic_write_barrier (void)
 +{
 +#if defined __arch64__ || defined __sparc_v9__
-+  __asm volatile ("membar #WriteWrite" : : : "memory");
++  __asm volatile ("membar #StoreStore" : : : "memory");
 +#else
 +  __sync_synchronize ();
 +#endif

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

only message in thread, other threads:[~2026-06-29 12:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:23 [rpms/gcc] rhel-f41-base: Fix for sparc Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox