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

2010-02-05 Thread Nick Clifton
Hi Sterling, How about the following patch, which simply ensures that the bfd section's lma isn't stale? Approved - please apply. Cheers Nick ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

[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 "metal.pngtempleo

[Bug binutils/11238] "make distclean" does not clean up config.cache files

2010-02-05 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-02-05 15:20 --- Hi Jon, I could not reproduce this. After running distclean all of the config.cache files in my local build tree are deleted. Were you using the current mainline binutils sources ? Cheers Nick --

[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 |RESOL

[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 : > I've updated bintuils to the latest CVS version and applied the patch (I > removed > the assert before the debug output though ;)

[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 --