public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: Fix for sparc
Date: Mon, 29 Jun 2026 12:23:45 GMT [thread overview]
Message-ID: <178273582580.1.13042279902742009280.rpms-gcc-fdfaee17fd08@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-29 12:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178273582580.1.13042279902742009280.rpms-gcc-fdfaee17fd08@fedoraproject.org \
--to=jakub@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox