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: 4.9.0-10
Date: Mon, 29 Jun 2026 12:26:17 GMT	[thread overview]
Message-ID: <178273597713.1.3501462883964636861.rpms-gcc-8c3f968e6764@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 8c3f968e67649cec67fdde6afc2cea6ceabccc1d
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2014-06-17T20:42:26+02:00
Stats  : +11/-22 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/8c3f968e67649cec67fdde6afc2cea6ceabccc1d?branch=rhel-f41-base

Log:
4.9.0-10

---
diff --git a/.gitignore b/.gitignore
index fc710d3..a04b5d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /gcc-4.9.0-20140529.tar.bz2
 /gcc-4.9.0-20140604.tar.bz2
 /gcc-4.9.0-20140612.tar.bz2
+/gcc-4.9.0-20140617.tar.bz2

diff --git a/gcc.spec b/gcc.spec
index b520713..ae9e68f 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20140612
-%global SVNREV 211598
+%global DATE 20140617
+%global SVNREV 211744
 %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 9
+%global gcc_release 10
 %global _unpackaged_files_terminate_build 0
 %global _performance_build 1
 %global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64
@@ -196,7 +196,6 @@ Patch12: gcc49-no-add-needed.patch
 Patch14: gcc49-pr56493.patch
 Patch15: gcc49-color-auto.patch
 Patch16: gcc49-libgo-p224.patch
-Patch17: gcc49-pr45078.patch
 
 Patch1100: cloog-%{cloog_version}-ppc64le-config.patch
 
@@ -723,7 +722,6 @@ package or when debugging this package.
 %endif
 %patch16 -p0 -b .libgo-p224~
 rm -f libgo/go/crypto/elliptic/p224{,_test}.go
-%patch17 -p0 -b .pr45078~
 
 %if 0%{?_enable_debug_packages}
 cat > split-debuginfo.sh <<\EOF
@@ -2784,6 +2782,12 @@ fi
 %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
 
 %changelog
+* 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,
+	rtl-optimization/61094, rtl-optimization/61446, target/61415,
+	target/61423, target/61483
+
 * Thu Jun 12 2014 Jakub Jelinek <jakub@redhat.com> 4.9.0-9
 - update from the 4.9 branch
   - PRs c++/61343, fortran/61406, fortran/61418, ipa/61393,

diff --git a/gcc49-pr45078.patch b/gcc49-pr45078.patch
deleted file mode 100644
index 0c47112..0000000
--- a/gcc49-pr45078.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-2014-06-12  Jakub Jelinek  <jakub@redhat.com>
-
-	PR plugins/45078
-	* config.gcc (arm*-*-linux-*): Include vxworks-dummy.h in tm_file.
-
---- gcc/config.gcc.jj	2014-04-24 23:18:09.552816344 +0200
-+++ gcc/config.gcc	2014-06-12 21:25:04.406828996 +0200
-@@ -1021,7 +1021,7 @@ arm*-*-linux-*)			# ARM GNU/Linux with E
- 	    ;;
- 	esac
- 	tmake_file="${tmake_file} arm/t-arm arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi"
--	tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h arm/aout.h arm/arm.h"
-+	tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h arm/aout.h vxworks-dummy.h arm/arm.h"
- 	# Define multilib configuration for arm-linux-androideabi.
- 	case ${target} in
- 	*-androideabi)

diff --git a/sources b/sources
index f32a8b3..1668007 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
 e34fca0540d840e5d0f6427e98c92252  cloog-0.18.1.tar.gz
-fad1b2e70231fb0845ee48190a223354  gcc-4.9.0-20140612.tar.bz2
+1d5e25a7e86133f27bad3c5f3db23338  gcc-4.9.0-20140617.tar.bz2
 e039bfcfb6c2ab039b8ee69bf883e824  isl-0.12.2.tar.bz2

                 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=178273597713.1.3501462883964636861.rpms-gcc-8c3f968e6764@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