https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102067
Michael Matz <matz at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matz at gcc dot gnu.org --- Comment #8 from Michael Matz <matz at gcc dot gnu.org> --- (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'. (.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)).