[Bug ld/11219] LMA in link map versus object file disagrees

2010-02-05 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-02-05 13:54 --- Subject: Re: LMA in link map versus object file disagrees Hi Sterling, How about the following patch, which simply ensures that the bfd section's lma isn't stale? Approved - please apply. Cheers Nick

Re: [Bug binutils/11240] New: Windres breaks down with spaces in rc source

2010-02-05 Thread Nick Clifton
Hi Niki, metal png DISCARDABLE ../source/metal.png temple of the ancestors fxp DISCARDABLE ../presets/synthetic environments/temple of the ancestors.fxp when compiled with binutils 2.20, I get Linker error, could not find resource

[Bug ld/11219] LMA in link map versus object file disagrees

2010-02-05 Thread sterling at tensilica dot com
--- Additional Comments From sterling at tensilica dot com 2010-02-05 17:14 --- Patch committed. -- What|Removed |Added Status|NEW

[Bug gold/11247] Assert failure in arm.cc

2010-02-05 Thread ahartmetz at gmail dot com
--- Additional Comments From ahartmetz at gmail dot com 2010-02-05 17:23 --- (In reply to comment #9) The build breakage has been fixed but we still need to fix the assertion. I built Qt-4.6.1 for arm-unknown-linux-gnu using gold as the linker but did not see the assertion. I am

[Bug gold/11247] Assert failure in arm.cc

2010-02-05 Thread dougkwan at google dot com
--- Additional Comments From dougkwan at google dot com 2010-02-05 17:56 --- Subject: Re: Assert failure in arm.cc 2010/2/5 ahartmetz at gmail dot com sourceware-bugzi...@sourceware.org: I've updated bintuils to the latest CVS version and applied the patch (I removed the assert

[Bug gold/11247] Assert failure in arm.cc

2010-02-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-02-06 04:30 --- Subject: Bug 11247 CVSROOT:/cvs/src Module name:src Changes by: dougk...@sourceware.org 2010-02-06 04:30:00 Modified files: gold : ChangeLog arm.cc Log message:

[Bug gold/11247] Assert failure in arm.cc

2010-02-05 Thread dougkwan at google dot com
--- Additional Comments From dougkwan at google dot com 2010-02-06 04:31 --- I added code to avoid stub scanning for merged sections. This should fix your problem. -- What|Removed |Added