rpms/gcc/devel .cvsignore, 1.126, 1.127 gcc41-pr25717.patch, 1.1, 1.2 gcc41.spec, 1.17, 1.18 sources, 1.128, 1.129 gcc41-ppc-libffi.patch, 1.1, NONE gcc41-rh177918.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Jan 21 11:38:46 UTC 2006


Author: jakub

Update of /cvs/dist/rpms/gcc/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29578

Modified Files:
	.cvsignore gcc41-pr25717.patch gcc41.spec sources 
Removed Files:
	gcc41-ppc-libffi.patch gcc41-rh177918.patch 
Log Message:
4.1.0-0.16



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/gcc/devel/.cvsignore,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- .cvsignore	17 Jan 2006 18:05:12 -0000	1.126
+++ .cvsignore	21 Jan 2006 11:38:40 -0000	1.127
@@ -1 +1 @@
-gcc-4.1.0-20060117.tar.bz2
+gcc-4.1.0-20060121.tar.bz2

gcc41-pr25717.patch:
 init.c  |    8 +++++++-
 macro.c |   14 +++++---------
 2 files changed, 12 insertions(+), 10 deletions(-)

Index: gcc41-pr25717.patch
===================================================================
RCS file: /cvs/dist/rpms/gcc/devel/gcc41-pr25717.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcc41-pr25717.patch	17 Jan 2006 18:05:12 -0000	1.1
+++ gcc41-pr25717.patch	21 Jan 2006 11:38:40 -0000	1.2
@@ -1,19 +1,3 @@
-Hi!
-
-PR25717 complains that gcc -E -dD -xc /dev/null doesn't print __STDC__ macro
-definition like it used to do up to GCC 3.2.
-__STDC__ macro still won't be printed on Solaris/Interix with -dD/-dM and
-when not using one of the pedantic standards (-std=c89, -std=c99, etc.),
-but in that case it is IMHO desirable, because __STDC__ doesn't act as a
-normal macro in that case, and it also matches GCC 3.2 behaviour which had:
-#ifdef STDC_0_IN_SYSTEM_HEADERS
-  B("__STDC__",          BT_STDC),
-#else
-  C("__STDC__",          "1"),
-#endif
-
-Ok for 4.0/4.1/trunk?
-
 2006-01-16  Jakub Jelinek  <jakub at redhat.com>
 
 	PR preprocessor/25717
@@ -65,5 +49,3 @@
        break;
  
      case BT_DATE:
-
-	Jakub


Index: gcc41.spec
===================================================================
RCS file: /cvs/dist/rpms/gcc/devel/gcc41.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- gcc41.spec	17 Jan 2006 18:05:12 -0000	1.17
+++ gcc41.spec	21 Jan 2006 11:38:40 -0000	1.18
@@ -1,6 +1,6 @@
-%define DATE 20060117
+%define DATE 20060121
 %define gcc_version 4.1.0
-%define gcc_release 0.15
+%define gcc_release 0.16
 %define _unpackaged_files_terminate_build 0
 %define multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64
@@ -95,10 +95,8 @@
 Patch14: gcc41-ppc64-sync.patch
 Patch15: gcc41-ppc32-retaddr.patch
 Patch16: gcc41-s390-atomic1.patch
-Patch17: gcc41-ppc-libffi.patch
-Patch18: gcc41-pr25717.patch
-Patch19: gcc41-pr25324.patch
-Patch20: gcc41-rh177918.patch
+Patch17: gcc41-pr25717.patch
+Patch18: gcc41-pr25324.patch
 
 %define _gnu %{nil}
 %ifarch sparc
@@ -445,10 +443,8 @@
 %patch14 -p0 -b .ppc64-sync~
 %patch15 -p0 -b .ppc32-retaddr~
 %patch16 -p0 -b .s390-atomic1~
-%patch17 -p0 -b .ppc-libffi~
-%patch18 -p0 -b .pr25717~
-%patch19 -p0 -b .pr25324~
-%patch20 -p0 -b .rh177918~
+%patch17 -p0 -b .pr25717~
+%patch18 -p0 -b .pr25324~
 
 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
@@ -1534,6 +1530,15 @@
 %endif
 
 %changelog
+* Sat Jan 21 2006 Jakub Jelinek <jakub at redhat.com> 4.1.0-0.16
+- update from gcc-4_1-branch (-r109815:110062)
+  - PRs ada/24533, c++/16829, c++/22136, c++/25836, c++/25854, c/25805,
+	classpath/20198, fortran/20869, fortran/20875, fortran/25024,
+	fortran/25631, fortran/25697, fortran/25785, libgcj/25840,
+	libgfortran/25631, libgfortran/25697, libstdc++/25823,
+	libstdc++/25824, target/25731, testsuite/25171
+  - fix X509Certificate.java (#174708, #177733)
+
 * Tue Jan 17 2006 Jakub Jelinek <jakub at redhat.com> 4.1.0-0.15
 - update from gcc-4_1-branch (-r109401:109815)
   - PRs c++/24824, c++/25386, c++/25663, c/25682, classpath/25803,


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/gcc/devel/sources,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- sources	17 Jan 2006 18:05:12 -0000	1.128
+++ sources	21 Jan 2006 11:38:40 -0000	1.129
@@ -1 +1 @@
-893769a66a2abbeda6d0bbacace7f9c2  gcc-4.1.0-20060117.tar.bz2
+429a46ed48d114066429682803e970aa  gcc-4.1.0-20060121.tar.bz2


--- gcc41-ppc-libffi.patch DELETED ---


--- gcc41-rh177918.patch DELETED ---




More information about the fedora-cvs-commits mailing list