/usr/lib/dld.sl: Unresolved symbol: rs6000coff64_vec (data)

Alan Modra alan@linuxcare.com.au
Thu May 11 23:00:00 GMT 2000


This should fix it.

--- bfd/targets.c~	Thu May  4 16:23:17 2000
+++ bfd/targets.c	Fri May 12 15:22:09 2000
@@ -866,7 +866,9 @@
 	&pmac_xcoff_vec,
 #endif
 	&rs6000coff_vec,
+#ifdef BFD64
 	&rs6000coff64_vec,
+#endif
 	&ppcboot_vec,
 	&shcoff_vec,
 	&shlcoff_vec,

-- 
Linuxcare.  Support for the Revolution.



More information about the Binutils mailing list