NetBSD/sys/arch/m68k
is b90c4c82d9 Make this actually sort-of-work for 68060 w. disabled FPU (tested), 68LC060,
and I suspect, 68LC040 and 68040V machines. Method used:

1. do NOT use the frames effective address at all
2. do NOT use the frames next instruction address, but
3. restore the "this instruction" pc into the pc field of the frame at the
   beginning of the emulation, if we got a frame format 4.

TODO:
A. find the bug in the usage of the frame EA, and revert to using it.
B. find the bug in the usage of the frames next instruction address, and
   consider whether it's worthwhile to use it.
C. make the emulation complete.... FEXP FETOM1, and the trigonometric functions
   are missing.
2001-01-05 19:54:30 +00:00
..
060sp
conf Unification of the m68k syscall() function. 2000-12-19 21:09:54 +00:00
fpe Make this actually sort-of-work for 68060 w. disabled FPU (tested), 68LC060, 2001-01-05 19:54:30 +00:00
fpsp Make this new-GAS ready. Code by Steve Woodford. 2000-12-06 21:31:05 +00:00
include replace 'long long' with int64_t to compile stand alone program with 2001-01-03 10:08:55 +00:00
m68k split off thread specific stuff from struct sigacts to struct sigctx, leaving 2000-12-22 22:58:52 +00:00
Makefile
Makefile.inc