public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 4.1.0-0.21
@ 2026-06-29 12:22 Jakub Jelinek
  0 siblings, 0 replies; 5+ messages 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 : 098a3e31e498e7fe26ba8ae147491f00c01cc7db
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2006-02-04T13:10:03+00:00
Stats  : +3/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/098a3e31e498e7fe26ba8ae147491f00c01cc7db?branch=rhel-f41-base

Log:
4.1.0-0.21

---
diff --git a/gcc41.spec b/gcc41.spec
index 608fdb7..683148d 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -97,6 +97,7 @@ Patch15: gcc41-ldbl-mangle-as-g.patch
 Patch16: gcc41-ldbl-default.patch
 Patch17: gcc41-ldbl-default-libstdc++.patch
 Patch18: gcc41-sparc64-g7.patch
+Patch19: gcc41-java-rh179070.patch
 
 %define _gnu %{nil}
 %ifarch sparc
@@ -445,6 +446,7 @@ which are required to run programs compiled with the GNAT.
 %patch16 -p0 -b .ldbl-default~
 %patch17 -p0 -b .ldbl-default-libstdc++~
 %patch18 -p0 -b .sparc64-g7~
+%patch19 -p0 -b .java-rh179070~
 
 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
@@ -1550,6 +1552,7 @@ fi
 - fix ia64 debug info coverage of epilogues (Alexandre Oliva, PR debug/24444)
 - export pthread_create from libgcj.so.7 as a wrapper around
   libpthread.so.0's pthread_create that handles GC (Anthony Green, Tom Tromey)
+- BC-ABI java lookup fix (Andrew Haley, #179070, #178156)
 - on sparc64 emit .register %g7,#ignore instead of .register %g7,#scratch
   to avoid problems with TLS or -fstack-protector
 - switch to IBM extended format long double by default on ppc and ppc64

^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [rpms/gcc] rhel-f41-base: 4.1.0-0.21
@ 2026-06-29 12:22 Jakub Jelinek
  0 siblings, 0 replies; 5+ messages 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 : 6898870fe0e7575506bc876b3a1d8c76fab7356c
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2006-02-04T13:25:21+00:00
Stats  : +5/-5 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/6898870fe0e7575506bc876b3a1d8c76fab7356c?branch=rhel-f41-base

Log:
4.1.0-0.21

---
diff --git a/.cvsignore b/.cvsignore
index 430d295..84e81eb 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gcc-4.1.0-20060131.tar.bz2
+gcc-4.1.0-20060204.tar.bz2

diff --git a/gcc41.spec b/gcc41.spec
index 683148d..ff0730f 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -545,15 +545,15 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="$OPT_FLAGS" XCFLAGS="$OPT_FLAGS" TCFLAGS=
 %ifarch ppc ppc64
 	--enable-secureplt \
 %endif
+%ifarch sparc ppc ppc64 s390 s390x alpha
+	--with-long-double-128 \
+%endif
 %ifarch sparc
 	--host=%{gcc_target_platform} --build=%{gcc_target_platform} --target=%{gcc_target_platform} --with-cpu=v7
 %endif
 %ifarch ppc
 	--host=%{gcc_target_platform} --build=%{gcc_target_platform} --target=%{gcc_target_platform} --with-cpu=default32
 %endif
-%ifarch sparc ppc ppc64 s390 s390x alpha
-	--with-long-double-128 \
-%endif
 %ifarch %{ix86} x86_64
 	--with-cpu=generic \
 %endif

diff --git a/sources b/sources
index 7a7e54a..6e5d3fb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a1b6cd7661918ede937ff3b157f2788  gcc-4.1.0-20060131.tar.bz2
+2e427016398ab59b9966cd7acb4fcc31  gcc-4.1.0-20060204.tar.bz2

^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [rpms/gcc] rhel-f41-base: 4.1.0-0.21
@ 2026-06-29 12:22 Jakub Jelinek
  0 siblings, 0 replies; 5+ messages 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 : 88acbabc0bb87d85e0be1bb395ed7cd59de9c11b
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2006-02-04T12:46:44+00:00
Stats  : +2/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/88acbabc0bb87d85e0be1bb395ed7cd59de9c11b?branch=rhel-f41-base

Log:
4.1.0-0.21

---
diff --git a/gcc41.spec b/gcc41.spec
index 569da54..608fdb7 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -96,6 +96,7 @@ Patch14: gcc41-ppc32-ldbl.patch
 Patch15: gcc41-ldbl-mangle-as-g.patch
 Patch16: gcc41-ldbl-default.patch
 Patch17: gcc41-ldbl-default-libstdc++.patch
+Patch18: gcc41-sparc64-g7.patch
 
 %define _gnu %{nil}
 %ifarch sparc
@@ -443,6 +444,7 @@ which are required to run programs compiled with the GNAT.
 %patch15 -p0 -b .ldbl-mangle-as-g~
 %patch16 -p0 -b .ldbl-default~
 %patch17 -p0 -b .ldbl-default-libstdc++~
+%patch18 -p0 -b .sparc64-g7~
 
 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

^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [rpms/gcc] rhel-f41-base: 4.1.0-0.21
@ 2026-06-29 12:22 Jakub Jelinek
  0 siblings, 0 replies; 5+ messages 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 : f2742db342d6e9cb376d4e2ed5cd6fa5380bd719
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2006-02-04T12:45:43+00:00
Stats  : +2/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/f2742db342d6e9cb376d4e2ed5cd6fa5380bd719?branch=rhel-f41-base

Log:
4.1.0-0.21

---
diff --git a/gcc41.spec b/gcc41.spec
index d7d6c6a..569da54 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1548,6 +1548,8 @@ fi
 - fix ia64 debug info coverage of epilogues (Alexandre Oliva, PR debug/24444)
 - export pthread_create from libgcj.so.7 as a wrapper around
   libpthread.so.0's pthread_create that handles GC (Anthony Green, Tom Tromey)
+- on sparc64 emit .register %g7,#ignore instead of .register %g7,#scratch
+  to avoid problems with TLS or -fstack-protector
 - switch to IBM extended format long double by default on ppc and ppc64
 - switch to IEEE 754 quad format long double by default on s390, s390x,
   sparc32 and alpha

^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [rpms/gcc] rhel-f41-base: 4.1.0-0.21
@ 2026-06-29 12:22 Jakub Jelinek
  0 siblings, 0 replies; 5+ messages 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 : c60f238a750cb200cffdadf72b48682bd2e2b786
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2006-02-04T12:42:09+00:00
Stats  : +39/-36 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/c60f238a750cb200cffdadf72b48682bd2e2b786?branch=rhel-f41-base

Log:
4.1.0-0.21

---
diff --git a/gcc41.spec b/gcc41.spec
index 4a2fee5..d7d6c6a 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1,6 +1,6 @@
-%define DATE 20060131
+%define DATE 20060204
 %define gcc_version 4.1.0
-%define gcc_release 0.20
+%define gcc_release 0.21
 %define _unpackaged_files_terminate_build 0
 %define multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64
@@ -85,26 +85,17 @@ Patch3: gcc41-ia64-libunwind.patch
 Patch4: gcc41-gnuc-rh-release.patch
 Patch5: gcc41-java-nomulti.patch
 Patch6: gcc41-multi32-hack.patch
-Patch7: gcc41-ia64-stack-protector.patch
+Patch7: gcc41-gc-pthread_create.patch
 Patch8: gcc41-ada-pr18302.patch
 Patch9: gcc41-ada-tweaks.patch
-Patch10: gcc41-java-rmic.patch
+Patch10: gcc41-ia64-frame-base-loclist.patch
 Patch11: gcc41-java-slow_pthread_self.patch
-Patch12: gcc41-libjava-libltdl.patch
-Patch13: gcc41-fortran-finclude.patch
-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
-Patch21: gcc41-gomp-20060128-merge1.patch
-Patch22: gcc41-gomp-20060128-merge2.patch
-Patch23: gcc41-gomp-20060128-merge3.patch
-Patch24: gcc41-gomp-20060128-merge4.patch
-Patch25: gcc41-gomp-20060128-merge5.patch
-Patch26: gcc41-gomp-20060128-merge6.patch
+Patch12: gcc41-fortran-finclude.patch
+Patch13: gcc41-ppc32-retaddr.patch
+Patch14: gcc41-ppc32-ldbl.patch
+Patch15: gcc41-ldbl-mangle-as-g.patch
+Patch16: gcc41-ldbl-default.patch
+Patch17: gcc41-ldbl-default-libstdc++.patch
 
 %define _gnu %{nil}
 %ifarch sparc
@@ -441,26 +432,17 @@ which are required to run programs compiled with the GNAT.
 %ifarch ppc sparc
 %patch6 -p0 -b .multi32-hack~
 %endif
-%patch7 -p0 -b .ia64-stack-protector~
+%patch7 -p0 -b .gc-pthread_create~
 %patch8 -p0 -b .ada-pr18302~
 %patch9 -p0 -b .ada-tweaks~
-%patch10 -p0 -b .java-rmic~
+%patch10 -p0 -b .ia64-frame-base-loclist~
 %patch11 -p0 -b .java-slow_pthread_self~
-%patch12 -p0 -b .libjava-libltdl~
-%patch13 -p0 -b .fortran-finclude~
-%patch14 -p0 -b .atomic-builtins~
-%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~
-%patch21 -p0 -b .gomp-20060128-merge1~
-%patch22 -p0 -b .gomp-20060128-merge2~
-%patch23 -p0 -b .gomp-20060128-merge3~
-%patch24 -p0 -b .gomp-20060128-merge4~
-%patch25 -p0 -b .gomp-20060128-merge5~
-%patch26 -p0 -b .gomp-20060128-merge6~
+%patch12 -p0 -b .fortran-finclude~
+%patch13 -p0 -b .ppc32-retaddr~
+%patch14 -p0 -b .ppc32-ldbl~
+%patch15 -p0 -b .ldbl-mangle-as-g~
+%patch16 -p0 -b .ldbl-default~
+%patch17 -p0 -b .ldbl-default-libstdc++~
 
 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
@@ -565,6 +547,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 sparc ppc ppc64 s390 s390x alpha
+	--with-long-double-128 \
+%endif
 %ifarch %{ix86} x86_64
 	--with-cpu=generic \
 %endif
@@ -1549,6 +1534,24 @@ fi
 %endif
 
 %changelog
+* Sat Feb  4 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-0.21
+- update from gcc-4_1-branch (-r110433:110582)
+  - PRs c++/25342, c++/25979, fortran/20845, fortran/24266,
+	fortran/24958, fortran/25072, libstdc++/21554, middle-end/24901,
+	middle-end/25977, middle-end/26001, target/25864, target/25926,
+	target/25960
+  - put ia64 read-only sections that require runtime relocations
+    even in -fno-pic code into .data.rel.ro etc. sections
+    rather than .rodata to avoid DT_TEXTREL binaries
+    (Richard Henderson, PR target/26090)
+- merge gomp changes from trunk (-r110511:110512 and -r110549:110552)
+- fix ia64 debug info coverage of epilogues (Alexandre Oliva, PR debug/24444)
+- export pthread_create from libgcj.so.7 as a wrapper around
+  libpthread.so.0's pthread_create that handles GC (Anthony Green, Tom Tromey)
+- switch to IBM extended format long double by default on ppc and ppc64
+- switch to IEEE 754 quad format long double by default on s390, s390x,
+  sparc32 and alpha
+
 * Wed Feb  1 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-0.20
 - merge from gomp-20050808-branch (up to -r110392)
   - fix PR c++/25874 (Diego Novillo)

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-06-29 12:22 UTC | newest]

Thread overview: 5+ messages (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.21 Jakub Jelinek
  -- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:22 Jakub Jelinek
2026-06-29 12:22 Jakub Jelinek
2026-06-29 12:22 Jakub Jelinek
2026-06-29 12:22 Jakub Jelinek

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