From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25199 invoked by alias); 24 Jan 2013 15:56:52 -0000 Received: (qmail 25187 invoked by uid 22791); 24 Jan 2013 15:56:51 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,TW_BJ,TW_JC X-Spam-Check-By: sourceware.org Received: from mho-04-ewr.mailhop.org (HELO mho-02-ewr.mailhop.org) (204.13.248.74) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Jan 2013 15:56:44 +0000 Received: from pool-98-110-183-21.bstnma.fios.verizon.net ([98.110.183.21] helo=cgf.cx) by mho-02-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from ) id 1TyPAR-000F6x-VZ for cygwin@cygwin.com; Thu, 24 Jan 2013 15:56:44 +0000 Received: from localhost (ednor.casa.cgf.cx [192.168.187.5]) by cgf.cx (Postfix) with ESMTP id 0B70288062A for ; Thu, 24 Jan 2013 10:56:43 -0500 (EST) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19xQoGVdX+zjpC5GTCcD0Al Date: Thu, 24 Jan 2013 15:56:00 -0000 From: Christopher Faylor To: cygwin@cygwin.com Subject: Re: Binutils objcopy bug (was Re: rebase segfault) Message-ID: <20130124155643.GA29118@ednor.casa.cgf.cx> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <20130115100745.GC2353@calimero.vinschen.de> <50F5312A.2040503@gmail.com> <20130115112406.GA13752@calimero.vinschen.de> <50F5D246.6010902@gmail.com> <50F653AB.80102@gmail.com> <20130116123509.GA16991@calimero.vinschen.de> <50F6AD63.8080106@gmail.com> <20130124030145.22fa143f@YAAKOV04> <20130124092746.GC8311@calimero.vinschen.de> <510103AF.3080305@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <510103AF.3080305@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2013-01/txt/msg00351.txt.bz2 On Thu, Jan 24, 2013 at 10:49:35AM +0100, marco atzeri wrote: >The attached patch solves the issue of the short ".gnu_deb" >on binutils cvs > >--- src/binutils/objcopy.c 2013-01-07 18:40:59.000000000 +0100 >+++ src_new/binutils/objcopy.c 2013-01-19 22:50:12.447000600 +0100 >@@ -3453,6 +3453,7 @@ > break; > > case OPTION_ADD_GNU_DEBUGLINK: >+ long_section_names = ENABLE ; > gnu_debuglink_filename = optarg; > break; Would you mind sending that (with a ChangeLog) to the binutils mailinglist at sourceware.org? My system is in a strange state right now so I'm having problems building anything besides Cygwin itself at the moment. So I can't roll out a new version of binutils. I hope to have some time this weekend to rectify that. (The rectification will be in the form of a new computer with Fedora installed) cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple