Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/05/1999 10:55:35
Module Name:	basesrc
Committed By:	thorpej
Date:		Mon Jul  5 17:55:35 UTC 1999

Modified Files:
	basesrc/libexec/ld.elf_so: Makefile rtld.h

Log Message:
Protect certain definitions from view by crt0, by wrapping them in
#ifdef _RTLD_SOURCE.

Should fix the "variable page size" build error of crt0 on the SPARC.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 basesrc/libexec/ld.elf_so/Makefile
cvs rdiff -r1.13 -r1.14 basesrc/libexec/ld.elf_so/rtld.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.