cvs commit: fptools/ghc/rts Adjustor.c

Julian Seward sewardj@glass.cse.ogi.edu
Wed, 22 Aug 2001 07:32:20 -0700


sewardj     2001/08/22 07:32:19 PDT

  Modified files:
    ghc/rts              Adjustor.c 
  Log:
  On sparc, create code to shuffle %i0 .. %i3 into %i2 .. %i5 before the
  old code.  This is a GHASTLY HACK which at least makes f-x-dynamic on
  sparc work for callees with up to 16 bytes (4 words) of args.
  
  Revision  Changes    Path
  1.11      +44 -16    fptools/ghc/rts/Adjustor.c