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

Dimitry Andric dim at FreeBSD.org
Fri Oct 22 18:12:40 UTC 2010


Author: dim
Date: Fri Oct 22 18:12:40 2010
New Revision: 214214
URL: http://svn.freebsd.org/changeset/base/214214

Log:
  Update gcc's auto-host.h header for binutils 2.17: turn on
  HAVE_COMDAT_GROUP, HAVE_GAS_WEAKREF and HAVE_LD_SYSROOT.

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 18:11:17 2010	(r214213)
+++ projects/binutils-2.17/gnu/usr.bin/cc/cc_tools/auto-host.h	Fri Oct 22 18:12:40 2010	(r214214)
@@ -327,7 +327,7 @@
 
 /* Define 0/1 if your assembler and linker support COMDAT groups. */
 #ifndef USED_FOR_TARGET
-#define HAVE_COMDAT_GROUP 0
+#define HAVE_COMDAT_GROUP 1
 #endif
 
 
@@ -783,7 +783,7 @@
 
 /* Define if your assembler supports .weakref. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_GAS_WEAKREF */
+#define HAVE_GAS_WEAKREF 1
 #endif
 
 
@@ -916,7 +916,7 @@
 
 /* Define if your linker supports --sysroot. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_LD_SYSROOT */
+#define HAVE_LD_SYSROOT 1
 #endif
 
 


More information about the svn-src-projects mailing list