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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fweimer at redhat dot com

--- Comment #1 from Florian Weimer <fweimer at redhat dot com> ---
This is caused by the link editor defaulting to /lib/ld64.so.1 as the program
interpreter, which does not existing on x86-64 psABI systems.  Without -static,
the gcc compiler driver overrides that, using -dynamic-linker
/lib64/ld-linux-x86-64.so.2.

Maybe ld should not have a default for the program interpreter at all?

-- 
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