NetBSD/sys/arch/m68k
matt e1245a3c46 Rework the coredump code to have no explicit knownledge of how coredump
i/o is done.  Instead, pass an opaque cookie which is then passed to a
new routine, coredump_write, which does the actual i/o.  This allows the
method of doing i/o to change without affecting any future MD code.
Also, make netbsd32_core.c [re]use core_netbsd.c (in a similar manner that
core_elf64.c uses core_elf32.c) and eliminate that code duplication.
cpu_coredump{,32} is now called twice, first with a NULL iocookie to fill
the core structure and a second to actually write md parts of the coredump.
All i/o is nolonger random access and is suitable for shipping over a stream.
2005-06-10 05:10:12 +00:00
..
060sp becuase -> because. From Peter Postma. 2004-02-24 15:05:53 +00:00
conf SA_SIGINFO support for m68k 2003-09-22 14:18:33 +00:00
fpe Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
fpsp Use ${HOST_SH} instead of `sh'. 2003-10-26 07:25:33 +00:00
include Push back the descriptions of NaN formats, and descriptions of the 2005-04-15 22:39:10 +00:00
m68k Rework the coredump code to have no explicit knownledge of how coredump 2005-06-10 05:10:12 +00:00
Makefile
Makefile.inc