From owner-svn-src-projects@FreeBSD.ORG Fri Oct 22 18:12:40 2010 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83AC4106566B; Fri, 22 Oct 2010 18:12:40 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 736B68FC22; Fri, 22 Oct 2010 18:12:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o9MICeNZ061938; Fri, 22 Oct 2010 18:12:40 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o9MICexv061936; Fri, 22 Oct 2010 18:12:40 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201010221812.o9MICexv061936@svn.freebsd.org> From: Dimitry Andric Date: Fri, 22 Oct 2010 18:12:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r214214 - projects/binutils-2.17/gnu/usr.bin/cc/cc_tools X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2010 18:12:40 -0000 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