4.4.0-0.15

This commit is contained in:
Jakub Jelinek 2009-02-04 22:38:29 +00:00
parent 8318459afa
commit d02d0c24e1
4 changed files with 1505 additions and 5 deletions

View File

@ -1,3 +1,3 @@
fastjar-0.97.tar.gz
gcc-4.4.0-20090203.tar.bz2
gcc-4.4.0-20090204.tar.bz2
cloog-ppl-0.15.tar.gz

View File

@ -1,9 +1,9 @@
%define DATE 20090203
%define SVNREV 143904
%define DATE 20090204
%define SVNREV 143941
%define gcc_version 4.4.0
# Note, gcc_release must be integer, if you want to add suffixes to
# %{release}, append them after %{gcc_release} on Release: line.
%define gcc_release 0.14
%define gcc_release 0.15
%define _unpackaged_files_terminate_build 0
%define multilib_64_archs sparc64 ppc64 s390x x86_64
%define include_gappletviewer 1
@ -139,6 +139,7 @@ Patch15: gcc44-sparc-config-detection.patch
Patch16: gcc44-libgomp-omp_h-multilib.patch
Patch20: gcc44-libtool-no-rpath.patch
Patch21: gcc44-cloog-dl.patch
Patch22: gcc44-raw-string.patch
Patch1000: fastjar-0.97-segfault.patch
@ -424,6 +425,7 @@ which are required to compile with the GNAT.
%if %{build_cloog}
%patch21 -p0 -b .cloog-dl~
%endif
%patch22 -p0 -b .raw-string~
# This testcase doesn't compile.
rm libjava/testsuite/libjava.lang/PR35020*
@ -1759,6 +1761,12 @@ fi
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
%changelog
* Wed Feb 4 2009 Jakub Jelinek <jakub@redhat.com> 4.4.0-0.15
- update from trunk
- C++ mangling fix (PR c++/39095)
- only complain about calling main in C++ if -pedantic
- add raw string support
* Tue Feb 3 2009 Jakub Jelinek <jakub@redhat.com> 4.4.0-0.14
- update from trunk
- when compiling with -march=i386, don't use __sync_* builtins in

1492
gcc44-raw-string.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,3 @@
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
8962fbd3c8007cd80f5d50de6a8001ba gcc-4.4.0-20090203.tar.bz2
b411d96f6b80d81145db27ee639b8e1d gcc-4.4.0-20090204.tar.bz2
716b7a0823f96c9d02c1703a9c47d387 cloog-ppl-0.15.tar.gz