Module Name: src Committed By: uwe Date: Mon Mar 15 11:46:49 UTC 2010
Modified Files: src/sys/lib/libkern/arch/vax: Makefile.inc Log Message: 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(). To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/lib/libkern/arch/vax/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.