From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Mark Klein Cc: gcc@gcc.gnu.org Subject: Re: MPE Port Date: Thu, 30 Sep 1999 18:02:00 -0000 Message-ID: <23567.936697011@upchuck.cygnus.com> References: <4.1.19990906101852.00c6e850@garfield.dis.com> X-SW-Source: 1999-09n/msg00218.html Message-ID: <19990930180200.xxjWN5PGxDWt3htyAclrd7lVnd31-EjaAe0x1yNeXBc@z> In message < 4.1.19990906101852.00c6e850@garfield.dis.com >you write: > Explanation: > > MPE does not use for interrupts but uses > instead. This is a kludge to allow to have the same > semantics as a . It is done by installing a signal > handler in each program as part of the startup. > > > Sat Sep 4 18:00:00 PDT 1999 Mark Klein (mklein@dis.com> > > * pa/mpebreak.asm: New file for MPE port. This really doesn't seem like something that belongs in the compiler, but instead in some kind of OS library that the user optionally requests.