https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102067

--- Comment #9 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Michael Matz from comment #8)
> (In reply to Martin Liška from comment #7)
> > Hm, note the ccxjqZU1 file contains:
> > 
> > libwave_common.a@0x4307c
> > libwave_common.a@0x180314c
> > 
> > What does the syntax mean?
> 
> That's the syntax for 'the .o file found within the .a file at offset
> 0x4307c'.

Oh, thanks!

> (.a files are very simple and contain .o files mostly verbatim with some
> headers
> and an index, so an offset within it is enough to describe a contained object
> files (the sizes and such can be reconstructed from the object file header
> itself)).

Looking at the 2 offsets, we speak about App.cpp.o and Sentry.cpp.o.
So we would need pre-processed source for these 2 files.

Reply via email to