NetBSD/lib/libc/arch/arm32/gen
mark fb4d5f58af Fix extra 'S' character typo that resulted in the condition codes being
incorrectly internally on certain divides.
Handle the case where the internal result appears negative. This condition
can occur when dividing MIN_INT by certain values.
Raise an exception on divide by zero.
1997-10-17 18:43:47 +00:00
..
Makefile.inc Added assembly file divsi3.S 1997-10-06 00:12:24 +00:00
_setjmp.S Rewritten to support new jmpbuf format describe in machine/setjmp.h. 1997-10-06 00:10:32 +00:00
alloca.S Minor code cleanup. 1997-10-06 00:20:28 +00:00
divsi3.S Fix extra 'S' character typo that resulted in the condition codes being 1997-10-17 18:43:47 +00:00
fabs.c Minor code cleanups. 1997-10-06 00:18:30 +00:00
flt_rounds.c Fix compiler warnings. 1997-10-13 21:24:15 +00:00
fpgetmask.S Use machine/asm.h instead of DEFS.h 1997-10-06 00:26:11 +00:00
fpgetround.c If SOFTFLOAT is defined provide glue for the softfloat rounding functions. 1997-10-06 00:23:54 +00:00
fpgetsticky.S Use machine/asm.h instead of DEFS.h 1997-10-06 00:26:11 +00:00
fpsetmask.S Use machine/asm.h instead of DEFS.h 1997-10-06 00:26:11 +00:00
fpsetround.c Fix compiler warnings. 1997-10-13 21:24:15 +00:00
fpsetsticky.S Use machine/asm.h instead of DEFS.h 1997-10-06 00:26:11 +00:00
frexp.c Fix compiler warnings. 1997-10-13 21:24:15 +00:00
infinity.c Minor code cleanups. 1997-10-06 00:18:30 +00:00
isinf.c Minor code cleanups. 1997-10-06 00:18:30 +00:00
ldexp.c Fix compiler warnings. 1997-10-13 21:24:15 +00:00
modf.c Minor code cleanups. 1997-10-06 00:18:30 +00:00
setjmp.S Rewritten to support new jmpbuf format describe in machine/setjmp.h. 1997-10-06 00:10:32 +00:00
sigsetjmp.S Rewritten to support new jmpbuf format describe in machine/setjmp.h. 1997-10-06 00:10:32 +00:00