Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/19/1999 14:06:37
Module Name:	src
Committed By:	thorpej
Date:		Fri Mar 19 22:06:37 UTC 1999

Modified Files:
	src/include: Makefile link_aout.h link_elf.h
	src/libexec/ld.aout_so: Makefile
	src/libexec/ld.elf_so: Makefile
Added Files:
	src/include: link.h
Removed Files:
	src/libexec/ld.aout_so: link.h
	src/libexec/ld.elf_so: link.h
Log Message:
Move the link.h files for the different shlib formats via repository copy,
and rename them to match the executable format.  Introduce a new link.h
file which automatically picks the correct header based on the target of
the toolchain.