Re: bug in binutils master specific to msp430-elf

2014-06-01 Thread Alan Modra
On Sun, Jun 01, 2014 at 07:54:58PM -0500, Peter Bigot wrote: > 77ac17b8453f60adabaa8931930e2bbe0499757d is the first bad commit > commit 77ac17b8453f60adabaa8931930e2bbe0499757d > Author: Hans-Peter Nilsson > Date: Wed May 28 18:20:16 2014 +0200 > > ld: Split GENSCRIPTS rule from dependenci

bug in binutils master specific to msp430-elf

2014-06-01 Thread Peter Bigot
I build msp430-elf toolchains using the latest material in the gcc-4_9-branch of gcc, master of binutils, and master of newlib. In what follows I've set RHINC to point to the include directory from GCC_RH-20140508 that has the headers and linker scripts. There is a fault in binutils introduced a

[Bug gold/17005] [Gold] .ehframe problem with --sort-section=name

2014-06-01 Thread aivchenk at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17005 --- Comment #2 from Alexander Ivchenko --- Looks like in Eh_frame::set_final_data_size() output_offset is calculated incorrectly: it is always assumed that it is zero in the beginning. The following patch helped to place relocations correctly