This commit is contained in:
Jakub Jelinek 2011-04-08 09:48:07 +02:00
parent 3d859ddd85
commit 689e85cc53
3 changed files with 14 additions and 4 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/gcc-4.6.0-20110321.tar.bz2
/gcc-4.6.0-20110329.tar.bz2
/gcc-4.6.0-20110331.tar.bz2
/gcc-4.6.1-20110408.tar.bz2

View File

@ -1,9 +1,9 @@
%global DATE 20110331
%global SVNREV 171772
%global DATE 20110408
%global SVNREV 172168
%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 2
%global gcc_release 3
%global _unpackaged_files_terminate_build 0
%global multilib_64_archs sparc64 ppc64 s390x x86_64
%ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@ -2342,6 +2342,15 @@ fi
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
%changelog
* Fri Apr 8 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-3
- update from the 4.6 branch
- PRs bootstrap/48431, c++/48280, debug/48343, debug/48466, fortran/48117,
fortran/48291, libstdc++/48398, middle-end/48335,
rtl-optimization/48143, rtl-optimization/48144, target/16292,
target/48142
- don't ICE because of empty partitions during LTO (#688767, PR lto/48246)
- don't emit DW_AT_*_pc for CUs without any code
* Thu Mar 31 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-2
- update from the 4.6 branch
- PRs c++/47504, c++/47570, c++/47999, c++/48166, c++/48212, c++/48265,

View File

@ -1,2 +1,2 @@
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
19d573e946a70c1af479a5620e2e9599 gcc-4.6.0-20110331.tar.bz2
3725ea7748a34d6d2cb41e26758f9b8f gcc-4.6.1-20110408.tar.bz2