Binutils objcopy bug (was Re: rebase segfault)

marco atzeri marco.atzeri@gmail.com
Thu Jan 24 16:17:00 GMT 2013


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



More information about the Cygwin mailing list