Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/18/1999 17:05:01
Module Name:	src
Committed By:	thorpej
Date:		Mon Apr 19 00:05:00 UTC 1999

Modified Files:
	src/libexec/ld.elf_so/arch/alpha: rtld_start.S
Log Message:
Simplify _rtld_start() a little, and shave some cycles.  Spefically, there's
no need to save the stack pointer.  Just push the space for the cleanup
and obj_main pointers before calling _rtld(), and pop it after loading those
pointers into the appropriate argument registers for the program entry point.