Daniel Drake <d...@laptop.org> writes: > We have found a ld segfault that occurs early in the gcc compile > process - the first time it tries to link cc1. This is testing on > armv5tel.
Issues with the GNU binutils should normall go to binut...@sourceware.org. See http://sourceware.org/binutils/ . I don't know what might have fixed this. I didn't see anything immediately obvious in the diff. If the backtrace can be trusted, the problem is that the length passed to sha1_process_bytes is far too large, but I don't know why. Ian