Repository : http://darcs.haskell.org/ghc.git/
On branch : master https://github.com/ghc/ghc/commit/b8447a93b36d19f4c1dd81881ff10adf8c781fbe >--------------------------------------------------------------- commit b8447a93b36d19f4c1dd81881ff10adf8c781fbe Author: Ian Lynagh <[email protected]> Date: Mon May 13 20:45:11 2013 +0100 Make the current module available to labelDynamic It doesn't actually use it yet compiler/cmm/CLabel.hs | 4 +-- compiler/main/CodeOutput.lhs | 8 ++--- compiler/nativeGen/AsmCodeGen.lhs | 69 +++++++++++++++++++++------------------ compiler/nativeGen/NCGMonad.hs | 23 ++++++++----- compiler/nativeGen/PIC.hs | 45 +++++++++++++------------ 5 files changed, 84 insertions(+), 65 deletions(-) Diff suppressed because of size. To see it, use: git show b8447a93b36d19f4c1dd81881ff10adf8c781fbe _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
