This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Backtrace library [1/3]


On Mon, Sep 17, 2012 at 2:00 PM, Gerald Pfeifer <gerald@pfeifer.com> wrote:
> On Mon, 17 Sep 2012, Ian Lance Taylor wrote:
>> Please let me know about any build problems.
>
> i386-unknown-freebsd10.0 now fails as follows.  Others presumably
> have not run into this since "This source file is compiled if the
> unwind library is not available".

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?

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]