This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Binutils objcopy bug (was Re: rebase segfault)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]