This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix java build on PPC (patch for libgcc-std.ver)


Richard Henderson <rth@redhat.com> writes:

> On Thu, Jun 10, 2004 at 07:44:20PM +0200, Andreas Jaeger wrote:
>> So, what's the right version to choose?  3.0?  Or 3.3.4 as next
>> version going out?
>
> 3.3.4, I guess.

So, is the appended patch fine for all branches (3.3, 3.4, mainline)?
I'll do a bootstrap on mainline on Linux/PPC, Linux/PPC64, Linux/ia64,
Linux/i386, Linux/AMD64 now..

Andreas

2004-06-11  Andreas Jaeger  <aj@suse.de>

	* libgcc-std.ver: Add __unorddf2 and __unordsf2 with version 3.3.4.
	* libgcc-darwin.ver: Likewise.

============================================================
Index: gcc/libgcc-darwin.ver
--- gcc/libgcc-darwin.ver	19 Nov 2003 05:17:14 -0000	2.1
+++ gcc/libgcc-darwin.ver	11 Jun 2004 06:49:31 -0000
@@ -194,6 +194,11 @@ GCC_3.3.1 {
 %inherit GCC_3.3.2 GCC_3.3.1
 GCC_3.3.2 {
 }
+%inherit GCC_3.3.4 GCC_3.3.2
+GCC_3.3.4 {
+  __unorddf2
+  __unordsf2
+}
 
 %inherit GCC_3.4 GCC_3.3
 GCC_3.4 {
============================================================
Index: gcc/libgcc-std.ver
--- gcc/libgcc-std.ver	4 Sep 2003 10:47:45 -0000	1.23
+++ gcc/libgcc-std.ver	11 Jun 2004 06:49:32 -0000
@@ -194,6 +194,11 @@ GCC_3.3.1 {
 %inherit GCC_3.3.2 GCC_3.3.1
 GCC_3.3.2 {
 }
+%inherit GCC_3.3.4 GCC_3.3.2
+GCC_3.3.4 {
+  __unorddf2
+  __unordsf2
+}
 
 %inherit GCC_3.4 GCC_3.3.2
 GCC_3.4 {

-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SUSE Linux AG, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]