https://sourceware.org/bugzilla/show_bug.cgi?id=16698

--- Comment #10 from Nick Clifton <nickc at redhat dot com> ---
Sorry - I still cannot reproduce this problem, even with the object file and
library. :-(  The external symbols that I am pulling in look the same as the
ones you use:

 % readelf --syms ../../arm-eabi/libgcc/libgcc.a | grep uidiv
    15: 00000000     0 FUNC    GLOBAL HIDDEN     1 __aeabi_uidiv

  % readelf --syms ../../arm-eabi/newlib/libc.a | grep abort
    15: 00000000    20 FUNC    GLOBAL DEFAULT    1 abort

So I guess it must be a host-specific problem.  Maybe you could run the link
under GDB and find out some more about why the assert is being triggered ?

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to