This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: rpath-link on Windows


On Wed, Oct 21, 2009 at 01:47:31PM -0400, Ryan Mansfield wrote:
> Dave Korn wrote:
>> Ryan Mansfield wrote:
>>
>>> + #if defined (__MSDOS__) || defined (_WIN32)
>>
>>   Shouldn't you rely on HAVE_DOS_BASED_FILE_SYSTEM here?
>
> Yep, thanks for pointing that out. Here's the updated diff:

Ryan, your patches are being mangled before they get to
sourceware.org, presumably by your email client.  Please investigate
and fix.  On this patch I get

Hunk #1 FAILED at 58.
patch: **** malformed patch at line 37: (*path))

That's due to line wrapping.  Fixing the wrap leads to

Hunk #1 FAILED at 58.
patch: **** replacement text or line numbers mangled in hunk at line 28

That's due to leading whitespace being changed.  This patch wasn't too
hard to apply by hand, but it would be that much easier if you could
fix your email..

On a more technical note, there are other places in elf32.em that look
like they also should have this fix, add_sysroot for one.

-- 
Alan Modra
Australia Development Lab, IBM


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