[project @ 2001-10-26 11:53:34 by sewardj]
authorsewardj <unknown>
Fri, 26 Oct 2001 11:53:34 +0000 (11:53 +0000)
committersewardj <unknown>
Fri, 26 Oct 2001 11:53:34 +0000 (11:53 +0000)
commit9551c28bf72a42112a0cdf3c147758c8b14848b1
treeaa7182e303f3547a87c8c32cf581168b788e82ac
parent80ca788ae75a71a1e328c9df24d574452e9b9e5c
[project @ 2001-10-26 11:53:34 by sewardj]
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.
ghc/compiler/nativeGen/MachCode.lhs
ghc/compiler/nativeGen/Stix.lhs
ghc/compiler/nativeGen/StixPrim.lhs