Re: [PATCH] Fix target/PR55061

2012-10-25 Thread Ian Lance Taylor
Jack Howarth writes: > 2012-10-25 Jack Howarth > > target/PR55061 > * configure.ac: Check for _Unwind_GetIPInfo function declaration. > * configure: Regenerate. > > Index: libbacktrace/configure.ac > === > --- li

[PATCH] Fix target/PR55061

2012-10-25 Thread Jack Howarth
Currently gcc trunk fails to bootstrap on powerpc-apple-darwin9, using the default system compiler, in libbacktrace due to the absence of _Unwind_GetIPInfo() in the unwind.h header of Apple gcc 4.0.1 compiler. The attached patch eliminates this failure by enhancing the configure.ac test for th