4.3.0-0.11
This commit is contained in:
parent
7112ded666
commit
872d559c70
@ -1,2 +1,2 @@
|
|||||||
gcc-4.3.0-20080218.tar.bz2
|
gcc-4.3.0-20080222.tar.bz2
|
||||||
fastjar-0.95.tar.gz
|
fastjar-0.95.tar.gz
|
||||||
|
@ -1,39 +0,0 @@
|
|||||||
2008-02-18 Jakub Jelinek <jakub@redhat.com>
|
|
||||||
|
|
||||||
* doc/cp-tools.texinfo (@direntry): Prefix info name with cp-.
|
|
||||||
* doc/cp-hacking.texinfo (@direntry): Likewise.
|
|
||||||
* doc/cp-vmintegration.texinfo (@direntry): Likewise.
|
|
||||||
|
|
||||||
--- libjava/classpath/doc/cp-tools.texinfo.jj 2007-04-01 20:16:54.000000000 +0200
|
|
||||||
+++ libjava/classpath/doc/cp-tools.texinfo 2008-02-18 15:19:12.000000000 +0100
|
|
||||||
@@ -27,7 +27,7 @@ Copyright (C) 2006, 2007 Free Software F
|
|
||||||
@ifnotplaintext
|
|
||||||
@dircategory GNU Libraries
|
|
||||||
@direntry
|
|
||||||
-* Classpath Tools: (tools). GNU Classpath Tools Guide
|
|
||||||
+* Classpath Tools: (cp-tools). GNU Classpath Tools Guide
|
|
||||||
@end direntry
|
|
||||||
@end ifnotplaintext
|
|
||||||
@end ifinfo
|
|
||||||
--- libjava/classpath/doc/cp-hacking.texinfo.jj 2007-06-06 12:54:50.000000000 +0200
|
|
||||||
+++ libjava/classpath/doc/cp-hacking.texinfo 2008-02-18 15:19:00.000000000 +0100
|
|
||||||
@@ -16,7 +16,7 @@ Copyright (C) 1998,1999,2000,2001,2002,2
|
|
||||||
@ifnotplaintext
|
|
||||||
@dircategory GNU Libraries
|
|
||||||
@direntry
|
|
||||||
-* Classpath Hacking: (hacking). GNU Classpath Hacker's Guide
|
|
||||||
+* Classpath Hacking: (cp-hacking). GNU Classpath Hacker's Guide
|
|
||||||
@end direntry
|
|
||||||
@end ifnotplaintext
|
|
||||||
@end ifinfo
|
|
||||||
--- libjava/classpath/doc/cp-vmintegration.texinfo.jj 2007-06-06 12:54:50.000000000 +0200
|
|
||||||
+++ libjava/classpath/doc/cp-vmintegration.texinfo 2008-02-18 15:19:29.000000000 +0100
|
|
||||||
@@ -17,7 +17,7 @@ Copyright (C) 1998-2002, 2004, 2005, 200
|
|
||||||
@ifnotplaintext
|
|
||||||
@dircategory GNU Libraries
|
|
||||||
@direntry
|
|
||||||
-* VM Integration: (vmintegration). GNU Classpath VM Integration Guide
|
|
||||||
+* VM Integration: (cp-vmintegration). GNU Classpath VM Integration Guide
|
|
||||||
@end direntry
|
|
||||||
@end ifnotplaintext
|
|
||||||
@end ifinfo
|
|
13
gcc43.spec
13
gcc43.spec
@ -1,6 +1,6 @@
|
|||||||
%define DATE 20080218
|
%define DATE 20080222
|
||||||
%define gcc_version 4.3.0
|
%define gcc_version 4.3.0
|
||||||
%define gcc_release 0.10
|
%define gcc_release 0.11
|
||||||
%define _unpackaged_files_terminate_build 0
|
%define _unpackaged_files_terminate_build 0
|
||||||
%define multilib_64_archs sparc64 ppc64 s390x x86_64
|
%define multilib_64_archs sparc64 ppc64 s390x x86_64
|
||||||
%define include_gappletviewer 1
|
%define include_gappletviewer 1
|
||||||
@ -143,7 +143,6 @@ Patch13: gcc43-java-debug-iface-type.patch
|
|||||||
Patch14: gcc43-pr34964.patch
|
Patch14: gcc43-pr34964.patch
|
||||||
Patch15: gcc43-pr35028.patch
|
Patch15: gcc43-pr35028.patch
|
||||||
Patch16: gcc43-pr35078.patch
|
Patch16: gcc43-pr35078.patch
|
||||||
Patch17: gcc43-rh433222.patch
|
|
||||||
|
|
||||||
# On ARM EABI systems, we do want -gnueabi to be part of the
|
# On ARM EABI systems, we do want -gnueabi to be part of the
|
||||||
# target triple.
|
# target triple.
|
||||||
@ -443,7 +442,6 @@ which are required to run programs compiled with the GNAT.
|
|||||||
%patch14 -p0 -b .pr34964~
|
%patch14 -p0 -b .pr34964~
|
||||||
%patch15 -p0 -b .pr35028~
|
%patch15 -p0 -b .pr35028~
|
||||||
%patch16 -p0 -b .pr35078~
|
%patch16 -p0 -b .pr35078~
|
||||||
%patch17 -p0 -b .rh433222~
|
|
||||||
|
|
||||||
tar xzf %{SOURCE4}
|
tar xzf %{SOURCE4}
|
||||||
|
|
||||||
@ -1657,6 +1655,13 @@ fi
|
|||||||
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
|
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 22 2008 Jakub Jelinek <jakub@redhat.com> 4.3.0-0.11
|
||||||
|
- update from gcc-4_3-branch
|
||||||
|
- 4.3.0 rc1
|
||||||
|
- PRs bootstrap/35218, bootstrap/35273, c++/34950, c++/35282,
|
||||||
|
middle-end/35265, rtl-optimization/35232, target/34526,
|
||||||
|
target/35071, target/35239, target/35264
|
||||||
|
|
||||||
* Mon Feb 18 2008 Jakub Jelinek <jakub@redhat.com> 4.3.0-0.10
|
* Mon Feb 18 2008 Jakub Jelinek <jakub@redhat.com> 4.3.0-0.10
|
||||||
- update to trunk
|
- update to trunk
|
||||||
- PRs c++/11159, c++/28743, c++/34050, c++/35023, c++/35024, c++/35026,
|
- PRs c++/11159, c++/28743, c++/34050, c++/35023, c++/35024, c++/35026,
|
||||||
|
Loading…
Reference in New Issue
Block a user