cvs commit: fptools/ghc/rts Adjustor.c

ken@glass.cse.ogi.edu ken@glass.cse.ogi.edu
Tue, 4 Sep 2001 07:11:58 -0700


ken         2001/09/04 07:11:58 PDT

  Modified files:
    ghc/rts              Adjustor.c 
  Log:
  Just as we do on sparc:
  On alpha, create code to shuffle a0 .. a3 into a2 .. a5 before the
  old code.  This is a GHASTLY HACK which at least makes f-x-dynamic on
  alpha work for callees with up to 32 bytes (4 words) of args.
  
  Revision  Changes    Path
  1.12      +39 -11    fptools/ghc/rts/Adjustor.c