Backtrace library [1/3]

Gerald Pfeifer gerald@pfeifer.com
Wed Sep 19 04:04:00 GMT 2012


On Mon, 17 Sep 2012, Ian Lance Taylor wrote:
> While this should be fixed now, note that it should only arise if
> i386-unknown-freebsd10.0 does not use ELF.  If this is an ELF based
> system, then we need to discover why it was not recognized as such.
> What is the output of
> 
> awk -f SRCDIR/libbacktrace/filetype.awk foo.o
> 
> for some ELF foo.o file?

Thanks for addressing the other half of the bootstrap failure, Ian.

You are right, FreeBSD definitely is an ELF system and

  % awk -f $GCC_SOURCE/libbacktrace/filetype.awk foo.o

gives me elf32 on i386-unknown-freebsd10.0.

Gerald



More information about the Gcc-patches mailing list