Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/19/1999 15:16:32
Module Name:	src
Committed By:	thorpej
Date:		Fri Mar 19 23:16:31 UTC 1999

Modified Files:
	src/lib/csu/alpha: Makefile
	src/lib/csu/i386_elf: Makefile
	src/lib/csu/m68k_elf: Makefile
	src/lib/csu/mips: Makefile
	src/lib/csu/powerpc: Makefile
	src/lib/csu/sparc64: Makefile
	src/lib/csu/sparc_elf: Makefile
Removed Files:
	src/lib/csu/alpha: crtbegin.c crtend.c
	src/lib/csu/i386_elf: crtbegin.c crtend.c
	src/lib/csu/m68k_elf: crtbegin.c crtend.c
	src/lib/csu/mips: crtbegin.c crtend.c
	src/lib/csu/powerpc: crtbegin.c crtend.c
	src/lib/csu/sparc64: crtbegin.c crtend.c
	src/lib/csu/sparc_elf: crtbegin.c crtend.c
Log Message:
Move crtbegin.c and crtend.c from alpha subdir to common_elf subdir via
repository copy, remove all redundant copies of these files, and make all
ELF platforms use the common versions.