From owner-freebsd-ppc@freebsd.org Mon Sep 12 20:10:31 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 242D7BD8E60 for ; Mon, 12 Sep 2016 20:10:31 +0000 (UTC) (envelope-from hamiltcl@verizon.net) Received: from vms173007pub.verizon.net (vms173007pub.verizon.net [206.46.173.7]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08A53231 for ; Mon, 12 Sep 2016 20:10:30 +0000 (UTC) (envelope-from hamiltcl@verizon.net) Received: from vz-proxy-m004.mx.aol.com ([64.236.83.8]) by vms173007.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0ODE008P4NWIXRA0@vms173007.mailsrvcs.net> for freebsd-ppc@freebsd.org; Mon, 12 Sep 2016 14:09:55 -0500 (CDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=btqxfxui c=1 sm=1 tr=0 a=Bcm0RCOkHTZ4We9DUxtllQ==:117 a=GW1xBdLrtEIA:10 a=DAwyPP_o2Byb1YXLmDAA:9 a=IBH610gTdCVRMjYfO0cA:9 a=CjuIK1q_8ugA:10 a=yMhMjlubAAAA:8 a=SSmOFEACAAAA:8 a=0p3rzuodeASB4O7U1u4A:9 a=r9A_-6cMEizNLnGq:21 a=gKO2Hq4RSVkA:10 a=UiCQ7L4-1S4A:10 a=hTZeC7Yk6K0A:10 a=frz4AuCg-hUA:10 Received: by 108.56.157.92 with SMTP id 3ba5a320; Mon, 12 Sep 2016 19:09:55 GMT From: "Curtis Hamilton" To: Subject: Re: binutils 2.27 Date: Mon, 12 Sep 2016 15:09:50 -0400 Message-id: <011c01d20d29$3d33c970$b79b5c50$@verizon.net> MIME-version: 1.0 X-Mailer: Microsoft Outlook 15.0 Thread-index: AdINJbfX6QDk8rckQKSPpqKY3cnflQ== Content-language: en-us Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2016 20:10:31 -0000 I've experienced the same issues after upgrading to binutils 2.27. It looks like the problem is related to the use of the Binary File Descriptor (BFD) library. Check if you see several messages beginning with "BFD:". I downgraded back to binutils 2.25, which was previously installed, and everything works properly. I skipped binutils 2.26, but will give that a try. Regards, Curtis On 9/9/2016 4:32 PM, Bill Sorenson wrote: >Everything I've built with the new binutils using either GCC 4.9, 5.4 or >6.2 instantly dumps when run. This is on an Xserve G5. Is this just me or >is there something genuinely broken here? > >Thanks, >Bill