public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Fix java build on PPC (patch for libgcc-std.ver)
@ 2004-06-10 12:47 Andreas Jaeger
  2004-06-10 18:56 ` Richard Henderson
  0 siblings, 1 reply; 7+ messages in thread
From: Andreas Jaeger @ 2004-06-10 12:47 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 1082 bytes --]


On Linux/PPC I get the following error building GCC CVS mainline:

/usr/bin/ld: .libs/gij: hidden symbol `__unorddf2' in /usr/src/packages/BUILD/gcc-3.5.0-20040610/obj-powerpc-suse-linux/gcc/nof/libgcc.a(_unord_df.oS) is referenced by DSO
collect2: ld returned 1 exit status
make[5]: *** [gij] Error 1

The following patch fixes the problem for me and has been bootstrapped
on Linux/PPC with all multilibs.  Ok to commit?

Andreas

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

	* libgcc-std.ver: Add __unorddf2 and __unordsf2 with version 3.5.

============================================================
Index: gcc/libgcc-std.ver
--- gcc/libgcc-std.ver	4 Sep 2003 10:47:45 -0000	1.23
+++ gcc/libgcc-std.ver	10 Jun 2004 09:26:21 -0000
@@ -211,3 +211,8 @@ GCC_3.4 {
   __paritydi2
   __parityti2
 }
+%inherit GCC_3.5 GCC_3.4
+GCC_3.5 {
+  __unorddf2
+  __unordsf2
+}
-- 
 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 #2: Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-06-12  4:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-10 12:47 Fix java build on PPC (patch for libgcc-std.ver) Andreas Jaeger
2004-06-10 18:56 ` Richard Henderson
2004-06-10 19:07   ` Andreas Jaeger
2004-06-10 21:45     ` Richard Henderson
2004-06-11 10:15       ` Andreas Jaeger
2004-06-11 22:16         ` Richard Henderson
2004-06-12 11:18           ` Andreas Jaeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).