[GHC] #8024: Dynamic linking not working on PowerPC Linux.

GHC ghc-devs at haskell.org
Wed Aug 27 19:29:24 UTC 2014


#8024: Dynamic linking not working on PowerPC Linux.
----------------------------------------------+---------------------------
              Reporter:  erikd                |            Owner:
                  Type:  bug                  |           Status:  new
              Priority:  normal               |        Milestone:
             Component:  Compiler             |          Version:  7.7
            Resolution:                       |         Keywords:
      Operating System:  Linux                |     Architecture:  powerpc
       Type of failure:  Building GHC failed  |       Difficulty:  Unknown
             Test Case:                       |       Blocked By:
              Blocking:                       |  Related Tickets:
Differential Revisions:                       |
----------------------------------------------+---------------------------

Comment (by slyfox):

 The bug looks very much like SPARC's bug #8857
 where compiler emitted one level more indirection,
 but assembler didn't generate proper relocations for it:
     https://phabricator.haskell.org/D177

 I wonder if it cures ppc32 for you.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8024#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list