Fix gcc bootstrap problem

Andrew Pinski pinskia@gmail.com
Mon Aug 20 10:12:00 GMT 2007


On 8/20/07, Nick Clifton <nickc@redhat.com> wrote:
> bfd/ChangeLog
> 2007-08-20  Nick Clifton  <nickc@redhat.com>
>
>         * elflink.c (elf_fixup_link_order): Rewrite conversion of
>         s->alignment_power into an offset mask in order to avoid a gcc
>         error message.

This is wrong, this error message is really an internal error (witness
the ICE after the error).  We really should be using inform (or a
different from error) for these internal error message.

Can you provide me (or file a bug) with the preprocessed source for
this ICE?  The "i386-dis.c" ICE is most likely PR 22371.

Thanks,
Andrew Pinski



More information about the Binutils mailing list