cvs commit: fptools/ghc/compiler Makefile fptools/ghc/compiler/ghci ByteCodeFFI.lhs ByteCodeGen.lhs ByteCodeLink.lhs

Julian Seward sewardj@glass.cse.ogi.edu
Tue, 16 Oct 2001 06:40:32 -0700


sewardj     2001/10/16 06:40:32 PDT

  Modified files:        (Branch: ghc-5-02-branch)
    ghc/compiler         Makefile 
    ghc/compiler/ghci    ByteCodeFFI.lhs ByteCodeGen.lhs 
                         ByteCodeLink.lhs 
  Log:
  Make the bytecode generation machinery print a helpful message if
  it has to give up due to lack of 64-bit support.
  
  Add various bits of supporting infrastructure for 64-bit values
  in the bytecode generator.  Making it all work is beyond the scope
  of a patchlevel release, so these are unused right now.
  
  MERGE TO HEAD
  
  Revision  Changes    Path
  1.191.4.1 +2 -2      fptools/ghc/compiler/Makefile
  1.7.4.2   +38 -13    fptools/ghc/compiler/ghci/ByteCodeFFI.lhs
  1.58.4.2  +4 -3      fptools/ghc/compiler/ghci/ByteCodeGen.lhs
  1.25.4.1  +40 -10    fptools/ghc/compiler/ghci/ByteCodeLink.lhs