NetBSD/sys/arch/m68k
is 4e2cf3688b fpu_emulate.h:
the fmovecr constant table has the internal format
  of the constants. So, when changing the mantissa size by a
  non-multiple of 32 bits, we'd have to change this table, too. As
  all other code changes just chopped of the least significand
  32bit word of the mantissa, we correct the mantissa size instead
  to (115 - 32 == 83) bits.
fpu_fmovecr.c:
  put a safety belt in, to catch the next person who doesn't know this.
fpu_int.c:
  in one place, the reduction of the mantissa size was overlooked.
fpu_log.c:
  as the most significand 32bit word of the mantissa was changed back to the
  old format, change back the table indexing code, too.

This should fix PR 11045.
2000-09-22 19:47:58 +00:00
..
060sp
conf
fpe fpu_emulate.h: 2000-09-22 19:47:58 +00:00
fpsp
include Add a `/t' modifier to the m68k ddb's `trace' command. This enables 2000-08-10 08:02:35 +00:00
m68k Add a `/t' modifier to the m68k ddb's `trace' command. This enables 2000-08-10 08:02:35 +00:00
Makefile
Makefile.inc