public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: 9.0.0-0.3
Date: Mon, 29 Jun 2026 12:28:10 GMT [thread overview]
Message-ID: <178273609080.1.10492214329720382786.rpms-gcc-1321d9a8de90@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 1321d9a8de90a7562a022e6ef68e000bfabd9c5e
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2019-01-19T18:31:30+01:00
Stats : +49/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/1321d9a8de90a7562a022e6ef68e000bfabd9c5e?branch=rhel-f41-base
Log:
9.0.0-0.3
---
diff --git a/gcc.spec b/gcc.spec
index a8fdfb2..a736c87 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -261,6 +261,7 @@ Patch12: gcc9-pr88714.patch
Patch13: gcc9-pr88901.patch
Patch14: gcc9-pr88044.patch
Patch15: gcc9-utf-array-test.patch
+Patch16: gcc9-aarch64-bootstrap.patch
Patch1000: nvptx-tools-no-ptxas.patch
Patch1001: nvptx-tools-build.patch
@@ -843,6 +844,7 @@ to NVidia PTX capable devices if available.
%patch13 -p0 -b .pr88901~
%patch14 -p0 -b .pr88044~
%patch15 -p0 -b .utf-array-test~
+%patch16 -p0 -b .aarch64-bootstrap~
cd nvptx-tools-%{nvptx_tools_gitrev}
%patch1000 -p1 -b .nvptx-tools-no-ptxas~
diff --git a/gcc9-aarch64-bootstrap.patch b/gcc9-aarch64-bootstrap.patch
new file mode 100644
index 0000000..db52f38
--- /dev/null
+++ b/gcc9-aarch64-bootstrap.patch
@@ -0,0 +1,47 @@
+2019-01-19 Jakub Jelinek <jakub@redhat.com>
+
+ * config/aarch64/aarch64.c (aarch64_stack_protect_guard): Move
+ outside of #if CHECKING_P code.
+
+--- gcc/config/aarch64/aarch64.c.jj 2019-01-19 09:39:18.859831024 +0100
++++ gcc/config/aarch64/aarch64.c 2019-01-19 18:25:18.037239167 +0100
+@@ -18662,6 +18662,19 @@ aarch64_simd_clone_usable (struct cgraph
+ }
+ }
+
++/* Implement TARGET_STACK_PROTECT_GUARD. In case of a
++ global variable based guard use the default else
++ return a null tree. */
++static tree
++aarch64_stack_protect_guard (void)
++{
++ if (aarch64_stack_protector_guard == SSP_GLOBAL)
++ return default_stack_protect_guard ();
++
++ return NULL_TREE;
++}
++
++
+ /* Target-specific selftests. */
+
+ #if CHECKING_P
+@@ -18706,19 +18719,6 @@ aarch64_run_selftests (void)
+
+ } // namespace selftest
+
+-/* Implement TARGET_STACK_PROTECT_GUARD. In case of a
+- global variable based guard use the default else
+- return a null tree. */
+-static tree
+-aarch64_stack_protect_guard (void)
+-{
+- if (aarch64_stack_protector_guard == SSP_GLOBAL)
+- return default_stack_protect_guard ();
+-
+- return NULL_TREE;
+-}
+-
+-
+ #endif /* #if CHECKING_P */
+
+ #undef TARGET_STACK_PROTECT_GUARD
next reply other threads:[~2026-06-29 12:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 12:28 Jakub Jelinek [this message]
2026-06-29 12:28 [rpms/gcc] rhel-f41-base: 9.0.0-0.3 Jakub Jelinek
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=178273609080.1.10492214329720382786.rpms-gcc-1321d9a8de90@fedoraproject.org \
--to=jakub@redhat.com \
--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