From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2289 invoked by alias); 24 Jan 2013 16:17:01 -0000 Received: (qmail 2269 invoked by uid 22791); 24 Jan 2013 16:16:56 -0000 X-SWARE-Spam-Status: No, hits=-5.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_BJ,TW_CG,TW_JC X-Spam-Check-By: sourceware.org Received: from mail-lb0-f182.google.com (HELO mail-lb0-f182.google.com) (209.85.217.182) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Jan 2013 16:16:50 +0000 Received: by mail-lb0-f182.google.com with SMTP id gg6so6878629lbb.13 for ; Thu, 24 Jan 2013 08:16:48 -0800 (PST) X-Received: by 10.152.147.130 with SMTP id tk2mr2420800lab.24.1359044208201; Thu, 24 Jan 2013 08:16:48 -0800 (PST) Received: from [172.21.193.108] (85-18-126-22.ip.fastwebnet.it. [85.18.126.22]) by mx.google.com with ESMTPS id gu8sm3540012lab.6.2013.01.24.08.16.46 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 24 Jan 2013 08:16:47 -0800 (PST) Message-ID: <51015E6A.7020904@gmail.com> Date: Thu, 24 Jan 2013 16:17:00 -0000 From: marco atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: Binutils objcopy bug (was Re: rebase segfault) 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> <20130124155643.GA29118@ednor.casa.cgf.cx> In-Reply-To: <20130124155643.GA29118@ednor.casa.cgf.cx> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/msg00352.txt.bz2 On 1/24/2013 4:56 PM, Christopher Faylor wrote: > 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 > No problem. Unfortunately the real issue is not there, something else is not producing correct PE-COFF with debug_link Regards Marco -- 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