[GHC] #12054: PowerPC: Unsupported relocation against x0
GHC
ghc-devs at haskell.org
Fri May 13 04:47:58 UTC 2016
#12054: PowerPC: Unsupported relocation against x0
-------------------------------------+-------------------------------------
Reporter: erikd | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 8.0.2
Component: Compiler | Version: 8.1
(CodeGen) |
Keywords: | Operating System: Unknown/Multiple
Architecture: powerpc | Type of failure: Building GHC
| failed
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
On PowerPC/Linux, the `perf` build is failing for the file
`compiler/cmm/PprC.hs` with a large number of errors like:
{{{
tmp/ghc29102_0/ghc_3.s:310927:0: error:
Error: unsupported relocation against x0
tmp/ghc29102_0/ghc_3.s:310938:0: error:
Error: unsupported relocation against x0
tmp/ghc29102_0/ghc_3.s:310959:0: error:
Error: unsupported relocation against x0
}}}
All of the above error lines are of the form:
{{{
stwu x0, 1 , 13
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12054>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list