public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Richard Henderson <rth@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: Import fix for target/pr61545 from the 4.9 branch.
Date: Mon, 29 Jun 2026 12:26:17 GMT	[thread overview]
Message-ID: <178273597759.1.228095950105363190.rpms-gcc-4ec33619dffa@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 4ec33619dffa4c124a4bf4f36cffb4f20fb6fcac
Author : Richard Henderson <rth@redhat.com>
Date   : 2014-06-18T17:57:17-04:00
Stats  : +16/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/4ec33619dffa4c124a4bf4f36cffb4f20fb6fcac?branch=rhel-f41-base

Log:
Import fix for target/pr61545 from the 4.9 branch.

---
diff --git a/gcc.spec b/gcc.spec
index ae9e68f..f2be102 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -3,7 +3,7 @@
 %global gcc_version 4.9.0
 # Note, gcc_release must be integer, if you want to add suffixes to
 # %{release}, append them after %{gcc_release} on Release: line.
-%global gcc_release 10
+%global gcc_release 11
 %global _unpackaged_files_terminate_build 0
 %global _performance_build 1
 %global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64
@@ -196,6 +196,7 @@ Patch12: gcc49-no-add-needed.patch
 Patch14: gcc49-pr56493.patch
 Patch15: gcc49-color-auto.patch
 Patch16: gcc49-libgo-p224.patch
+Patch17: gcc49-pr61545.patch
 
 Patch1100: cloog-%{cloog_version}-ppc64le-config.patch
 
@@ -721,6 +722,7 @@ package or when debugging this package.
 %patch15 -p0 -b .color-auto~
 %endif
 %patch16 -p0 -b .libgo-p224~
+%patch16 -p1 -b .pr61545~
 rm -f libgo/go/crypto/elliptic/p224{,_test}.go
 
 %if 0%{?_enable_debug_packages}
@@ -2782,6 +2784,9 @@ fi
 %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
 
 %changelog
+* Wed Jun 18 2014 Richard Henderson <rth@redhat.com> 4.9.0-11
+- Import fix for target/pr61545 from the 4.9 branch.
+
 * Tue Jun 17 2014 Jakub Jelinek <jakub@redhat.com> 4.9.0-10
 - update from the 4.9 branch
   - PRs fortran/45187, ipa/61186, libstdc++/60326, libstdc++/61269,

diff --git a/gcc49-pr61545.patch b/gcc49-pr61545.patch
new file mode 100644
index 0000000..41f51ff
--- /dev/null
+++ b/gcc49-pr61545.patch
@@ -0,0 +1,10 @@
+--- gcc-4.9.0-20140617/gcc/config/aarch64/aarch64.md.orig	2014-03-28 12:50:00.000000000 -0700
++++ gcc-4.9.0-20140617/gcc/config/aarch64/aarch64.md	2014-06-18 10:07:37.715495580 -0700
+@@ -3608,6 +3608,7 @@
+         (unspec:DI [(match_operand:DI 0 "aarch64_valid_symref" "S")]
+ 		   UNSPEC_TLSDESC))
+    (clobber (reg:DI LR_REGNUM))
++   (clobber (reg:CC CC_REGNUM))
+    (clobber (match_scratch:DI 1 "=r"))]
+   "TARGET_TLS_DESC"
+   "adrp\\tx0, %A0\;ldr\\t%1, [x0, #%L0]\;add\\tx0, x0, %L0\;.tlsdesccall\\t%0\;blr\\t%1"

                 reply	other threads:[~2026-06-29 12:26 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=178273597759.1.228095950105363190.rpms-gcc-4ec33619dffa@fedoraproject.org \
    --to=rth@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