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

Julian Seward sewardj@glass.cse.ogi.edu
Thu, 25 Oct 2001 07:18:21 -0700


sewardj     2001/10/25 07:18:21 PDT

  Modified files:        (Branch: ghc-5-02-branch)
    ghc/compiler/nativeGen MachCode.lhs Stix.lhs StixPrim.lhs 
  Log:
  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.
  
  MERGE TO HEAD
  
  Revision  Changes    Path
  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