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

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 25b7037404287e4998ff072fcd6f4e58072a38b3
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2006-01-31T14:29:33+00:00
Stats  : +27/-4 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/25b7037404287e4998ff072fcd6f4e58072a38b3?branch=rhel-f41-base

Log:
4.1.0-0.18

---
diff --git a/.cvsignore b/.cvsignore
index 0351ce3..430d295 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gcc-4.1.0-20060128.tar.bz2
+gcc-4.1.0-20060131.tar.bz2

diff --git a/gcc41.spec b/gcc41.spec
index 641d703..fe37e4c 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1,6 +1,6 @@
-%define DATE 20060128
+%define DATE 20060131
 %define gcc_version 4.1.0
-%define gcc_release 0.17
+%define gcc_release 0.18
 %define _unpackaged_files_terminate_build 0
 %define multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64
@@ -96,6 +96,9 @@ Patch14: gcc41-atomic-builtins.patch
 Patch15: gcc41-ppc32-retaddr.patch
 Patch16: gcc41-ppc32-ldbl.patch
 Patch17: gcc41-s390-ldbl.patch
+Patch18: gcc41-x86-mtune-generic1.patch
+Patch19: gcc41-x86-mtune-generic2.patch
+Patch20: gcc41-x86-mtune-generic3.patch
 
 %define _gnu %{nil}
 %ifarch sparc
@@ -443,6 +446,9 @@ which are required to run programs compiled with the GNAT.
 %patch15 -p0 -b .ppc32-retaddr~
 %patch16 -p0 -b .ppc32-ldbl~
 %patch17 -p0 -b .s390-ldbl~
+%patch18 -p0 -b .x86-mtune-generic1~
+%patch19 -p0 -b .x86-mtune-generic2~
+%patch20 -p0 -b .x86-mtune-generic3~
 
 sed -i -e 's/4\.1\.0/4.1.0/' gcc/BASE-VER gcc/version.c
 sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
@@ -547,6 +553,9 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="$OPT_FLAGS" XCFLAGS="$OPT_FLAGS" TCFLAGS=
 %ifarch ppc
 	--host=%{gcc_target_platform} --build=%{gcc_target_platform} --target=%{gcc_target_platform} --with-cpu=default32
 %endif
+%ifarch %{ix86} x86_64
+	--with-cpu=generic \
+%endif
 %ifnarch sparc ppc
 	--host=%{gcc_target_platform}
 %endif
@@ -1528,6 +1537,20 @@ fi
 %endif
 
 %changelog
+* Tue Jan 31 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-0.18
+- update from gcc-4_1-branch (-r110317:110433)
+  - PRs c++/25855, c++/25999, fortran/17911, fortran/18578, fortran/18579,
+	fortran/20857, fortran/20885, fortran/20895, fortran/25030,
+	fortran/25835, fortran/25951, java/21428, libgfortran/25835,
+	target/14798, target/25706, target/25718, target/25947,
+	target/26018, testsuite/25318
+- add -mtune=generic support for i?86 and x86_64 (Jan Hubicka, H.J. Lu,
+  Evandro Menezes)
+- use -mtune=generic by default if neither -march= nor -mtune= is specified
+  on command line on i?86 or x86_64
+- updated s390{,x} long double patch, fixing ICEs on s390x glibc build
+  (Andreas Krebbel, Ulrich Weigand)
+
 * Sat Jan 28 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-0.17
 - update from gcc-4_1-branch (-r110062:110317)
   - PRs ada/20548, ada/21317, bootstrap/25859, c++/25552, c++/25856,

diff --git a/sources b/sources
index 051b4e0..7a7e54a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dc997a74f17dccebeb7145a1849573b4  gcc-4.1.0-20060128.tar.bz2
+7a1b6cd7661918ede937ff3b157f2788  gcc-4.1.0-20060131.tar.bz2

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

only message in thread, other threads:[~2026-06-29 12:22 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:22 [rpms/gcc] rhel-f41-base: 4.1.0-0.18 Jakub Jelinek

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