summaryrefslogtreecommitdiff
path: root/external/bsd/ntp/dist/scripts/stats/itf.S
diff options
context:
space:
mode:
Diffstat (limited to 'external/bsd/ntp/dist/scripts/stats/itf.S')
0 files changed, 0 insertions, 0 deletions
2011-03-06Apply local namespace protection equivalent to the weak alias donemartin in softfloat-for-gcc.h, which we can't include here, to move "float_exception_mask" into implementation namespace. 2011-03-04Use sigqueueinfo() instead of raise() to generate exceptions. Providemartin minimalistic siginfo data. 2004-09-26Add support to build the mac68k port with soft-float enabled (i.e., settingjmmv MKSOFTFLOAT=yes). The main purpose of this feature is to let NetBSD work in machines with the 68040LC chip (those that have the FPU bug). All the work has been done by Bruce O'Neel <edoneel AT sdf.lonestar.org>, with some very minor changes by me; the patches were being posted to the port-mac68k mailing list. It has been tested for a long time by several users, including me. I have just verified that regular releases, as well as soft-float ones, continue to build. There have been no objections to this patch since I asked for them in July in the port-mac68k list. 2002-05-12Add SIGFPE support to SoftFloat, so fpsetmask/fpgetmask now work. A newbjh21 variable, float_exception_mask (#defined to _softfloat_float_exception_mask) contains the current exception mask. Also make the argument to float_raise into an fp_except. Also synchronise file header comments between files. 2002-04-23After the grand unification of softfloat-specialize, let sparc64 buildsagc work properly again. 2002-04-21All the versions of softfloat-specialize were practically identical, so replacebjh21 them with a single one.