NetBSD/lib/libc/arch/vax
uwe 6fc217346b Add memset to libkern on vax, moving existing memset.S to src/common.
While kernel source code is supposed to use <machine/macros.h> via
<sys/param.h> and pick an inline asm version from there, gcc itself
can generate direct calls to memset() for structure initialization, so
the symbol must be provided.

Fixes INSTALL kernel, for which -Os caused gcc to use memset() call to
initialize a struct in uvm_fault_internal().
2010-03-12 09:12:34 +00:00
..
gdtoa
gen Rename ${SRCS.{alpha,arm,...}.gen} to ${LSRCS.{alpha,arm,...}.gen} because 2009-12-06 07:12:17 +00:00
net
stdlib Add the 'abs', 'div' and 'erand48' sources to stdlib/Makefile.inc. 2009-07-31 20:39:59 +00:00
string Add memset to libkern on vax, moving existing memset.S to src/common. 2010-03-12 09:12:34 +00:00
sys
DEFS.h
genassym.cf
Makefile.inc
SYS.h