[GHC] #709: "Fixup too large" error with -fasm on PowerPC
GHC
cvs-ghc at haskell.org
Mon Jan 28 14:51:07 CET 2013
#709: "Fixup too large" error with -fasm on PowerPC
----------------------------------+-----------------------------------------
Reporter: simonmar | Owner:
Type: bug | Status: patch
Priority: low | Milestone: 6.8.1
Component: Compiler (NCG) | Version: 7.7
Resolution: | Keywords:
Os: Unknown/Multiple | Architecture: powerpc
Failure: Building GHC failed | Difficulty: Moderate (less than a day)
Testcase: | Blockedby:
Blocking: | Related:
----------------------------------+-----------------------------------------
Comment(by PHO):
Thanks for tidying up, but I think we don't have to worry about section
alignment because PPC is an architecture where every instruction has a
fixed length of `word_size` (unlike e.g. x86), and the size of info table
is always a multiple of `word_size`.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/709#comment:17>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list