Re: [GHC] #709: "Fixup too large" error with -fasm on PowerPC

#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
participants (1)
-
GHC