svn commit: r214222 - projects/binutils-2.17/gnu/usr.bin/cc/cc_tools

Dimitry Andric dim at FreeBSD.org
Fri Oct 22 20:43:38 UTC 2010


Author: dim
Date: Fri Oct 22 20:43:37 2010
New Revision: 214222
URL: http://svn.freebsd.org/changeset/base/214222

Log:
  In case of powerpc64, enable HAVE_LD_NO_DOT_SYMS in gcc's auto-host.h.
  
  Requested by:	nwhitehorn

Modified:
  projects/binutils-2.17/gnu/usr.bin/cc/cc_tools/auto-host.h

Modified: projects/binutils-2.17/gnu/usr.bin/cc/cc_tools/auto-host.h
==============================================================================
--- projects/binutils-2.17/gnu/usr.bin/cc/cc_tools/auto-host.h	Fri Oct 22 20:13:45 2010	(r214221)
+++ projects/binutils-2.17/gnu/usr.bin/cc/cc_tools/auto-host.h	Fri Oct 22 20:43:37 2010	(r214222)
@@ -891,7 +891,9 @@
 
 /* Define if your PowerPC64 linker only needs function descriptor syms. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_LD_NO_DOT_SYMS */
+# ifdef __powerpc64_
+#  define HAVE_LD_NO_DOT_SYMS 1
+# endif
 #endif
 
 


More information about the svn-src-projects mailing list