cvs commit: fptools/ghc/compiler/nativeGen AsmCodeGen.lhs MachMisc.lhs

Julian Seward sewardj@glass.cse.ogi.edu
Tue, 8 Jan 2002 02:59:45 -0800


sewardj     2002/01/08 02:59:45 PST

  Modified files:
    ghc/compiler/nativeGen AsmCodeGen.lhs MachMisc.lhs 
  Log:
  merge from stable branch:
    1.46.4.3  +14 -7     fptools/ghc/compiler/nativeGen/AsmCodeGen.lhs
    1.47.4.3  +2 -0      fptools/ghc/compiler/nativeGen/MachMisc.lhs
  
    Treat literal appearances of BaseReg in Stix trees uniformly.
    This is now taken to mean the &MainCapability.r, regardless of
    whether BaseReg is in a register (x86) or synthesised (sparc).
  
  Revision  Changes    Path
  1.54      +19 -10    fptools/ghc/compiler/nativeGen/AsmCodeGen.lhs
  1.59      +2 -0      fptools/ghc/compiler/nativeGen/MachMisc.lhs