[Bug target/81733] stage1 libgcc_s.dylib fails to link on Darwin 11/x86_64
iains at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Sep 26 09:51:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81733
--- Comment #10 from Iain Sandoe <iains at gcc dot gnu.org> ---
(In reply to Iain Sandoe from comment #8)
> (In reply to Iain Sandoe from comment #7)
> > (In reply to Iain Sandoe from comment #6)
> > > (In reply to Iain Sandoe from comment #5)
> > > > (In reply to Iain Sandoe from comment #4)
> > > > > (In reply to ro@CeBiTec.Uni-Bielefeld.DE from comment #3)
> > > > > > > --- Comment #1 from Iain Sandoe <iains at gcc dot gnu.org> ---
> > > some of the verify fails seem to be caused by the ancient dwarfdump not
> > > being smart enough; ld64 and BINUTILS objdump seem to be happy that the FDEs
> > > are well-formed (more checking to be done)
With "more modern" cctools and ld64 this sub-set still fails dwarfdump --eh
--verify (for x86-64). These do seem to be spurious and caused by dwarfdump
not dealing with the relocations for the start symbols in the eh_frame. For
these cases, ld64, BINUTILS objdump and LLVM objdump are all happy that the
FDEs are correctly formed - so (a) they don't seem to be a problem and (b) the
m64 unwinder should never be used on any Darwin >= 10 anyway.
More information about the Gcc-bugs
mailing list