cvs commit: fptools/ghc/compiler/cmm CLabel.hs
fptools/ghc/compiler/nativeGen
AsmCodeGen.lhs MachCodeGen.hs MachRegs.lhs NCGMonad.hs PprMach.hs
wolfgang at glass.cse.ogi.edu
wolfgang at glass.cse.ogi.edu
Wed Feb 18 15:19:12 EST 2004
wolfgang 2004/02/18 15:19:12 PST
Modified files: (Branch: backend-hacking-branch)
ghc/compiler/cmm CLabel.hs
ghc/compiler/nativeGen AsmCodeGen.lhs MachCodeGen.hs
MachRegs.lhs NCGMonad.hs PprMach.hs
Log:
PowerPC NCG: Handle references to data imported from dynamic libraries.
Note: This is very similar to, but completely separate from, the code for Win32
DLLs. There should probably be a unified framework for handling dynamic
library imports.
Revision Changes Path
1.1.2.8 +13 -1 fptools/ghc/compiler/cmm/Attic/CLabel.hs
1.60.6.19 +3 -3 fptools/ghc/compiler/nativeGen/AsmCodeGen.lhs
1.1.2.44 +14 -1 fptools/ghc/compiler/nativeGen/Attic/MachCodeGen.hs
1.50.2.15 +8 -3 fptools/ghc/compiler/nativeGen/MachRegs.lhs
1.1.2.4 +4 -4 fptools/ghc/compiler/nativeGen/Attic/NCGMonad.hs
1.1.2.25 +14 -1 fptools/ghc/compiler/nativeGen/Attic/PprMach.hs
More information about the Cvs-ghc
mailing list