[GHC] #9673: aarch64 7.8.4, 7.10, 7.11: lib/ghc/bin/ghc-pkg --version does not output from subprocess
GHC
ghc-devs at haskell.org
Mon Apr 20 02:58:47 UTC 2015
#9673: aarch64 7.8.4, 7.10, 7.11: lib/ghc/bin/ghc-pkg --version does not output
from subprocess
-------------------------------------+-------------------------------------
Reporter: juhpetersen | Owner:
Type: bug | Status: new
Priority: high | Milestone:
Component: Compiler | Version: 7.11
Resolution: | Keywords:
Operating System: Linux | Architecture: aarch64
Type of failure: Installing GHC | Test Case:
failed | Blocking:
Blocked By: | Differential Revisions:
Related Tickets: |
-------------------------------------+-------------------------------------
Comment (by rwbarton):
It seems that the R_AARCH64_COPY relocation is not necessarily wrong;
either the executable can go through a GOT to access a symbol with fixed
offset from the dynamic library, or the dynamic library can go through a
GOT to access a symbol with fixed offset from the executable which has
been copied from the dynamic library with a copy relocation. Definitely
worth checking that the linker took care of this properly though.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9673#comment:20>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list