cvs commit: fptools/ghc/rts Signals.c

ken@glass.cse.ogi.edu ken@glass.cse.ogi.edu
Wed, 25 Jul 2001 20:24:01 -0700


ken         2001/07/25 20:24:01 PDT

  Modified files:
    ghc/rts              Signals.c 
  Log:
  In addition to handling SIGINT, also handle SIGFPE by ignoring it.
  Apparently IEEE requires floating-point exceptions to be ignored by
  default, but alpha-dec-osf3 doesn't seem to do so.
  
  Revision  Changes    Path
  1.20      +21 -1     fptools/ghc/rts/Signals.c