This commit is contained in:
Jakub Jelinek 2011-06-03 14:46:33 +02:00
parent 55c286cdef
commit 9c16225727
3 changed files with 14 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/gcc-4.6.0-20110205.tar.bz2
/gcc-4.6.0-20110525.tar.bz2
/gcc-4.6.0-20110530.tar.bz2
/gcc-4.6.0-20110603.tar.bz2

View File

@ -1,9 +1,9 @@
%global DATE 20110530
%global SVNREV 174441
%global DATE 20110603
%global SVNREV 174601
%global gcc_version 4.6.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 9
%global gcc_release 10
%global _unpackaged_files_terminate_build 0
%global multilib_64_archs sparc64 ppc64 s390x x86_64
%ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@ -2447,6 +2447,15 @@ fi
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
%changelog
* Fri Jun 3 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-10
- update from the 4.6 branch
- PRs fortran/45786, fortran/49265, middle-end/48953, middle-end/48985,
tree-optimization/49093
- backport some debuginfo improvements
- PRs debug/47919, debug/47994, debug/49250
- decrease C++ FE memory usage on code with heavy overloading
(#651098, PR c++/48481)
* Mon May 30 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-9
- update from the 4.6 branch
- PRs c++/44311, c++/44994, c++/45080, c++/45401, c++/45418, c++/45698,

View File

@ -1,2 +1,2 @@
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
c7d44cc188e0bb508ce3adde199c18f8 gcc-4.6.0-20110530.tar.bz2
859e372e4285d39d8a4a47b80c694d00 gcc-4.6.0-20110603.tar.bz2