wolfgang    2003/02/11 03:53:52 PST

  Modified files:
    ghc/compiler/nativeGen AsmCodeGen.lhs MachCode.lhs PprMach.lhs 
                           Stix.lhs 
  Log:
  Mac OS X:
  Add support for dynamic linker "symbol stubs". For every function that might
  be imported from a dynamic library, we have to generate a short piece of
  assembly code.
  Extend the NatM monad to keep track of the list of imports (for which stubs
  will be generated later).
  Fix a bug concerning 64 bit ints (hi and low words were swapped in one place).
  
  Revision  Changes    Path
  1.59      +25 -10    fptools/ghc/compiler/nativeGen/AsmCodeGen.lhs
  1.109     +11 -4     fptools/ghc/compiler/nativeGen/MachCode.lhs
  1.67      +29 -1     fptools/ghc/compiler/nativeGen/PprMach.lhs
  1.43      +20 -11    fptools/ghc/compiler/nativeGen/Stix.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to