https://sourceware.org/bugzilla/show_bug.cgi?id=33625
--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> --- Confirmed. This isn't a new issue. PIE resolved to zero support hasn't been implemented on this target. Patches to support PIE were added to other architectures around 2015 by H.J. and Alan. This doesn't impact the linking of the linux kernel. This is currently the only use of 64-bit ld on linux. A bigger issue is the dynamic relocation support is quite broken. I've been working on patch to fix the relocation support. This is needed to make 64-bit ld work on hpux 11 and for development of 64-bit glibc. I hope to have a patch ready soon. -- You are receiving this mail because: You are on the CC list for the bug.
