From owner-svn-src-projects@FreeBSD.ORG Tue Oct 26 10:29:13 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 F24181065674 for ; Tue, 26 Oct 2010 10:29:13 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (lev.vlakno.cz [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id ACC308FC0C for ; Tue, 26 Oct 2010 10:29:13 +0000 (UTC) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 29CEA9CB0B9; Tue, 26 Oct 2010 12:11:23 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by lev.vlakno.cz (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ssW2d7jKpQTy; Tue, 26 Oct 2010 12:11:22 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 78DCD9CB117; Tue, 26 Oct 2010 12:11:22 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.4/8.14.4/Submit) id o9QABMNn092490; Tue, 26 Oct 2010 12:11:22 +0200 (CEST) (envelope-from rdivacky) Date: Tue, 26 Oct 2010 12:11:22 +0200 From: Roman Divacky To: Nathan Whitehorn Message-ID: <20101026101122.GA92250@freebsd.org> References: <201010252149.o9PLnx0T078199@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201010252149.o9PLnx0T078199@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-projects@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r214360 - projects/binutils-2.17/contrib/binutils/bfd 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: Tue, 26 Oct 2010 10:29:14 -0000 On Mon, Oct 25, 2010 at 09:49:59PM +0000, Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Mon Oct 25 21:49:59 2010 > New Revision: 214360 > URL: http://svn.freebsd.org/changeset/base/214360 > > Log: > Fix a manifestation of GCC bug 16625 that caused ld >= 2.17 to fail on > 64-bit PowerPC when linking multiple C++ files referencing the same > method, defined in a common header, when that method had a switch > statement with more than 4 cases. This change fixes compilation of LLVM > tblgen on 64-bit PPC with binutils 2.17. was this manifested when using clang too?