cvs commit: fptools/ghc/compiler/nativeGen MachCode.lhs Stix.lhs StixPrim.lhs

Julian Seward sewardj@glass.cse.ogi.edu
Fri, 26 Oct 2001 04:53:34 -0700


sewardj     2001/10/26 04:53:34 PDT

  Modified files:
    ghc/compiler/nativeGen MachCode.lhs Stix.lhs StixPrim.lhs 
  Log:
  merge from stable, revs:
  
    1.74.4.1  +12 -11    fptools/ghc/compiler/nativeGen/MachCode.lhs
    1.30.4.1  +23 -0     fptools/ghc/compiler/nativeGen/Stix.lhs
    1.70.4.1  +2 -5      fptools/ghc/compiler/nativeGen/StixPrim.lhs
  
    Route all NCG panics to do with missing primop implementations and any
    other panic which could be caused by compiling legitimate sources
    through the function Stix.ncgPrimopMoan.  This emits a helpful message
    explaining what has happened, advises the use of -fvia-C as a
    workaround, and says please mail us.
  
  Revision  Changes    Path
  1.78      +12 -11    fptools/ghc/compiler/nativeGen/MachCode.lhs
  1.31      +23 -0     fptools/ghc/compiler/nativeGen/Stix.lhs
  1.72      +2 -5      fptools/ghc/compiler/nativeGen/StixPrim.lhs