Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 07/26/2000 18:40:07
Module Name:	basesrc
Committed By:	mycroft
Date:		Wed Jul 26 15:40:07 UTC 2000

Modified Files:
	basesrc/lib/csu/alpha: crt0.c
	basesrc/lib/csu/sparc64: crt0.c
	basesrc/libexec/ld.elf_so: rtld.c

Log Message:
The ELF ABI declares that argc must fill an `argument slot'.  Make it so.
For __sparc_v9__ only, do a hack to make executables work temporarily before
and after the kernel is switched.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 basesrc/lib/csu/alpha/crt0.c
cvs rdiff -r1.15 -r1.16 basesrc/lib/csu/sparc64/crt0.c
cvs rdiff -r1.39 -r1.40 basesrc/libexec/ld.elf_so/rtld.c

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