#485: AdjustorAsm.S doesn't build on AIX
----------------------+-----------------------------------------------------
Reporter: jgoerzen | Owner: nobody
Type: bug | Status: assigned
Priority: low | Milestone: _|_
Component: Compiler | Version: 6.4.1
Severity: normal | Resolution: None
Keywords: | Difficulty: Unknown
Testcase: N/A | Architecture: Unknown/Multiple
Os: AIX |
----------------------+-----------------------------------------------------
Comment (by CBa):
thanks wolfgang for the recipe. I compared AdjustorAsm.S with
an assembler file from OCaml. And here are the indrigients for
the recipe:
.text => .csect .text[PR]
adjustorCode: => .adjustorCode
subf => subfc
b 2f => b L..2
1: => L..1:
2: => L..2:
bdnz 1b => bdnz L..1
Then the compilation works.
I'm uncertain, how to do the ifdefs so, that Audrey Tang isn't affected...
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/485#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs