Re: ld build-id crash on ARM linking gcc

2011-09-24 Thread Daniel Drake
On Sat, Sep 24, 2011 at 8:37 PM, Ian Lance Taylor wrote: > Daniel Drake 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...@

Re: ld build-id crash on ARM linking gcc

2011-09-24 Thread Ian Lance Taylor
Daniel Drake 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

Re: ld build-id crash on ARM linking gcc

2011-09-24 Thread Daniel Drake
On Sat, Sep 24, 2011 at 1:26 PM, Daniel Drake wrote: > I have identified that binutils-2.21.51.0.9 is the last binutils > version that reproduces the problem, binutils-2.21.52.0.1 is fine. That was a typo, sorry. binutils-2.21.51.0.8 reproduces the crash binutils-2.21.51.0.9 works fine The diff

ld build-id crash on ARM linking gcc

2011-09-24 Thread Daniel Drake
Hi, I'm one of the contributors working to bring Fedora 15 and onwards to the ARM platform. (yes, F15 is painfully old, but its the first step in us "catching up") 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 ar