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: binutils-2.19.90 snapshot is available


Christopher Faylor wrote:
> On Sat, Sep 12, 2009 at 02:16:48PM +0100, Dave Korn wrote:
>> Christopher Faylor wrote:
>>
>>> I think that the problem is caused by the fix for PR 6945, change 1.296
>>> to ldlang.c:
>>  Well spotted, thank you!  Let's see if there's another way to fix that
>> problem without this undesirable side-effect.
> 
> This is a little brute-force but it seems to get closer to desired
> behavior:
> 
> Index: ldlang.c

  Seems sane to me.  It works by resetting the VMA after it's been used in
lang_size_sections_1 and the subsequent size calculations rather than zeroing
it out before these are done, yes?

  It looks right, fixes the testcase reported on the cygwin lists, doesn't
cause any regressions.  The one thing I don't have is a x86_64-pc-mingw32
cross-compiler with which to test the original testcase in PR ld/6945, but I
think you should go ahead and check it in.

  My computer is pretty loaded right now but I'll be able to put it through a
thorough test cycle against loads of targets tomorrow.  Tristan, can we put
this on the branch?  What's your timescale for finalising the release now?

    cheers,
      DaveK


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