4.7.0-0.19

This commit is contained in:
Jakub Jelinek 2012-03-08 12:20:03 +01:00
parent 055a7a490c
commit 8b74069114
3 changed files with 23 additions and 4 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@
/gcc-4.7.0-20120224.tar.bz2
/gcc-4.7.0-20120227.tar.bz2
/gcc-4.7.0-20120229.tar.bz2
/gcc-4.7.0-20120308.tar.bz2

View File

@ -1,9 +1,9 @@
%global DATE 20120229
%global SVNREV 184655
%global DATE 20120308
%global SVNREV 185099
%global gcc_version 4.7.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 0.18
%global gcc_release 0.19
%global _unpackaged_files_terminate_build 0
%global multilib_64_archs sparc64 ppc64 s390x x86_64
%ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@ -1584,6 +1584,9 @@ rm -f %{buildroot}%{_prefix}/bin/%{_target_platform}-gcc-%{version} || :
rm -f %{buildroot}%{_prefix}/bin/%{_target_platform}-gfortran || :
rm -f %{buildroot}%{_prefix}/bin/%{_target_platform}-gccgo || :
rm -f %{buildroot}%{_prefix}/bin/%{_target_platform}-gcj || :
rm -f %{buildroot}%{_prefix}/bin/%{_target_platform}-gcc-ar || :
rm -f %{buildroot}%{_prefix}/bin/%{_target_platform}-gcc-nm || :
rm -f %{buildroot}%{_prefix}/bin/%{_target_platform}-gcc-ranlib || :
%ifarch %{multilib_64_archs}
# Remove libraries for the other arch on multilib arches
@ -1831,6 +1834,9 @@ fi
%{_prefix}/bin/c99
%{_prefix}/bin/gcc
%{_prefix}/bin/gcov
%{_prefix}/bin/gcc-ar
%{_prefix}/bin/gcc-nm
%{_prefix}/bin/gcc-ranlib
%ifarch ppc
%{_prefix}/bin/%{_target_platform}-gcc
%endif
@ -2635,6 +2641,18 @@ fi
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
%changelog
* Thu Mar 8 2012 Jakub Jelinek <jakub@redhat.com> 4.7.0-0.19
- update from trunk and the 4.7 branch
- PRs libstdc++/51785, middle-end/52419, middle-end/52443,
middle-end/52463, rtl-optimization/52417, target/49939,
target/51417, target/52408, target/52437, target/52481,
testsuite/52297, tree-opt/52242, tree-optimization/52424,
tree-optimization/52429, tree-optimization/52445
- fix up mangling of operator"" (PR c++/52521)
- decrease size of .debug_ranges by ~ 20% (PR debug/51902)
- add support for demangling operator""
- package %{_prefix}/bin/gcc-{ar,nm,ranlib} binaries for LTO
* Wed Feb 29 2012 Jakub Jelinek <jakub@redhat.com> 4.7.0-0.18
- update from trunk
- PRs boehm-gc/48299, bootstrap/52397, bootstrap/52414, fortran/52386,

View File

@ -1,2 +1,2 @@
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
b1fc3806627721081d3f9e7138c17de4 gcc-4.7.0-20120229.tar.bz2
20a719d4e5cf0bbc54b0411bf4874693 gcc-4.7.0-20120308.tar.bz2