Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/19/1999 16:13:52
Module Name:	src
Committed By:	thorpej
Date:		Sat Mar 20 00:13:52 UTC 1999

Modified Files:
	src/lib/csu/alpha: crt0.c
	src/lib/csu/i386_elf: crt0.c
	src/lib/csu/m68k_elf: crt0.c
	src/lib/csu/mips: crt0.c
	src/lib/csu/powerpc: crt0.c
	src/lib/csu/sparc64: crt0.c
	src/lib/csu/sparc_elf: crt0.c
Added Files:
	src/lib/csu/common_elf: common.h
Log Message:
Collect the top parts of the ELF crt0.c files into a common header, and
use it across the board.

crt0.c now contains stuff that REALLY IS machine-dependent, or stuff that
is completely intermingled in machdep code (and thus can't be separated
easily).