#
547b3a3b |
| 10-Aug-2014 |
matt <matt@NetBSD.org> |
Changes to existing files to enable building AARCH64 userland. evbarm64-el This is clang only. While gcc4.8 supports aarch64, no netbsd support has been written for aarch64 with gcc4.8.
|
#
536ad833 |
| 10-Jan-2013 |
matt <matt@NetBSD.org> |
Add hooks to softfloat to support per-lwp exception state.
|
#
39052f3b |
| 21-Mar-2012 |
christos <christos@NetBSD.org> |
cast to appropriate types.
|
#
598174eb |
| 06-Mar-2011 |
martin <martin@NetBSD.org> |
Apply local namespace protection equivalent to the weak alias done in softfloat-for-gcc.h, which we can't include here, to move "float_exception_mask" into implementation namespace.
|
#
a5ad4202 |
| 04-Mar-2011 |
martin <martin@NetBSD.org> |
Use sigqueueinfo() instead of raise() to generate exceptions. Provide minimalistic siginfo data.
|
#
8a1eb34d |
| 26-Sep-2004 |
jmmv <jmmv@NetBSD.org> |
Add support to build the mac68k port with soft-float enabled (i.e., setting MKSOFTFLOAT=yes). The main purpose of this feature is to let NetBSD work in machines with the 68040LC chip (those that hav
Add support to build the mac68k port with soft-float enabled (i.e., setting 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.
show more ...
|
#
010758bf |
| 12-May-2002 |
bjh21 <bjh21@NetBSD.org> |
Add SIGFPE support to SoftFloat, so fpsetmask/fpgetmask now work. A new variable, float_exception_mask (#defined to _softfloat_float_exception_mask) contains the current exception mask. Also make th
Add SIGFPE support to SoftFloat, so fpsetmask/fpgetmask now work. A new 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.
show more ...
|
#
b42bb2ab |
| 23-Apr-2002 |
agc <agc@NetBSD.org> |
After the grand unification of softfloat-specialize, let sparc64 builds work properly again.
|
#
25540eca |
| 21-Apr-2002 |
bjh21 <bjh21@NetBSD.org> |
All the versions of softfloat-specialize were practically identical, so replace them with a single one.
|