Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uwm.edu!spool.mu.edu!munnari.oz.au!metro!dmssyd.syd.dms.CSIRO.AU!ditsydh.syd.dit.CSIRO.AU!evans From: evans@syd.dit.CSIRO.AU (Bruce.Evans) Newsgroups: comp.os.minix Subject: Re: Floating point support in GCC Message-ID: <1991Apr21.085253.25654@syd.dit.CSIRO.AU> Date: 21 Apr 91 08:52:53 GMT References: <280C657A.14449@maccs.dcss.mcmaster.ca> <10752@mentor.cc.purdue.edu> Organization: CSIRO Division of Info Tech, Sydney, Australia Lines: 9 In article <10752@mentor.cc.purdue.edu> wilker@descartes.math.purdue.edu (Clarence Wilkerson) writes: >Wouldn't setjmp and longjmp have to be changed to support saving '87 >registers? Not for most implementations, because the '87 registers are usually not left alive across function calls (because it would be difficult to handle '87 stack overflow). -- Bruce Evans evans@syd.dit.csiro.au