[Bug lto/81968] [8 regression] early lto debug objects make Solaris ld SEGV
rguenther at suse dot de
gcc-bugzilla@gcc.gnu.org
Wed Nov 8 11:26:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81968
--- Comment #26 from rguenther at suse dot de <rguenther at suse dot de> ---
On Wed, 8 Nov 2017, ebotcazou at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81968
>
> --- Comment #25 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> > See the attached patch - it misses SHN_XINDEX handling. I'll come back to
> > this during stage3 if nobody beats me to it.
>
> But AFAICS it doesn't deal with the SHT_NULL thing, does it?
It does by removing the SHT_NULL sections. The patch should work - you
can double-check - it just doesn't handle the "corner case" of more
than 32000 input sections correctly when rewriting the symbol table.
More information about the Gcc-bugs
mailing list