bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/25803] cross compilation of glibc using mips64el-none-linu


From: nickc at redhat dot com
Subject: [Bug binutils/25803] cross compilation of glibc using mips64el-none-linux-gnu as the host
Date: Wed, 15 Apr 2020 16:41:16 +0000

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

--- Comment #13 from Nick Clifton <nickc at redhat dot com> ---
Created attachment 12460
  --> https://sourceware.org/bugzilla/attachment.cgi?id=12460&action=edit
Proposed patch

Hi Guys,

  Right - the cause is that there are IFUNCS in one of the object files being
linked.  (In bglib/rt/librt_pic.a:clock-compat.os).  As far as I know the MIPS
linker does not support IFUNCS.  (I may be wrong - I am not a MIPS expert).

  The uploaded patch changes the ABORT in the linker into a more helpful error
message, but it does not actually fix the underlying problem.

  My guess is that either IFUNC support needs to be added to the linker (by
someone who understands MIPS IFUNCS) or else they need to be removed from the
link.

  Please give the patch a try and let me know what you think.

Cheers
  Nick

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]