On 8/20/07, Nick Clifton <[EMAIL PROTECTED]> wrote: > bfd/ChangeLog > 2007-08-20 Nick Clifton <[EMAIL PROTECTED]> > > * 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