--- In gnu-m68hc11@yahoogroups.com, Mike McCarty <Mike.McCarty@...> wrote:
>
> Donald E Haselwood wrote:
> > Anyone know what might the following linker message--
> >
> >
/usr/lib/gcc-lib/m6811-elf/3.3.6-m68hc1x-20060122/../../../../m6811-elf/bin/ld:
> > BFD 2.15 assertion fail linker.c:619
> >
It looks like it might be this:
/* Add a symbol to the linker hash table undefs list. */
void
bfd_link_add_undef (struct bfd_link_hash_table *table,
struct bfd_link_hash_entry *h)
{
BFD_ASSERT (h->u.undef.next == NULL);
binutils/bfd/linker.c
But I'm afraid I don't know how or why.
James