[project @ 2003-02-11 11:53:51 by wolfgang]
authorwolfgang <unknown>
Tue, 11 Feb 2003 11:53:52 +0000 (11:53 +0000)
committerwolfgang <unknown>
Tue, 11 Feb 2003 11:53:52 +0000 (11:53 +0000)
commit5819de0c5d78effa16e4c59987268eadb96b8d1d
treefb11d88675c3c4c2bd22f77f20068e6a50878fa2
parent2ae353a8f2af07cbe01d8817e93b28f65332c6fa
[project @ 2003-02-11 11:53:51 by wolfgang]
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).
ghc/compiler/nativeGen/AsmCodeGen.lhs
ghc/compiler/nativeGen/MachCode.lhs
ghc/compiler/nativeGen/PprMach.lhs
ghc/compiler/nativeGen/Stix.lhs