This commit is contained in:
Jakub Jelinek 2009-09-25 15:02:34 +00:00
parent e2781b7b62
commit aad3859b62
3 changed files with 14 additions and 5 deletions

View File

@ -1,2 +1,2 @@
fastjar-0.97.tar.gz
gcc-4.4.1-20090923.tar.bz2
gcc-4.4.1-20090925.tar.bz2

View File

@ -1,9 +1,9 @@
%global DATE 20090923
%global SVNREV 152092
%global DATE 20090925
%global SVNREV 152158
%global gcc_version 4.4.1
# 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 16
%global gcc_release 17
%global _unpackaged_files_terminate_build 0
%global multilib_64_archs sparc64 ppc64 s390x x86_64
%global include_gappletviewer 1
@ -1821,6 +1821,15 @@ fi
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
%changelog
* Fri Sep 25 2009 Jakub Jelinek <jakub@redhat.com> 4.4.1-17
- update from gcc-4_4-branch
- fix vectorizer for power7 (#463846)
- VTA backports
- fix debug info for parameters passed by reference (#525709)
- PR bootstrap/41457
- remove power7 VSX load/store with update insn support
- remove SSE5 support
* Wed Sep 23 2009 Jakub Jelinek <jakub@redhat.com> 4.4.1-16
- update from gcc-4_4-branch
- PRs c/39779, c/41049, debug/41065, libffi/40242, libffi/41443,

View File

@ -1,2 +1,2 @@
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
25ef066c0ea8770f562eed45a9e1619f gcc-4.4.1-20090923.tar.bz2
fe01be0d467f7de14e7e8e169e52cf72 gcc-4.4.1-20090925.tar.bz2