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

Nathan Whitehorn nwhitehorn at FreeBSD.org
Thu Dec 9 17:39:41 UTC 2010


Author: nwhitehorn
Date: Thu Dec  9 17:39:40 2010
New Revision: 216329
URL: http://svn.freebsd.org/changeset/base/216329

Log:
  Fix a missing underscore.

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	Thu Dec  9 15:28:59 2010	(r216328)
+++ projects/binutils-2.17/gnu/usr.bin/cc/cc_tools/auto-host.h	Thu Dec  9 17:39:40 2010	(r216329)
@@ -891,7 +891,7 @@
 
 /* Define if your PowerPC64 linker only needs function descriptor syms. */
 #ifndef USED_FOR_TARGET
-# ifdef __powerpc64_
+# ifdef __powerpc64__
 #  define HAVE_LD_NO_DOT_SYMS 1
 # endif
 #endif


More information about the svn-src-projects mailing list