Subject: CVS commit: basesrc/lib/libc/arch/vax/sys
To: None <source-changes@netbsd.org>
From: Chuck Cranor <chuck@netbsd.org>
List: source-changes
Date: 09/06/2001 21:42:58
Module Name:	basesrc
Committed By:	chuck
Date:		Thu Sep  6 18:42:58 UTC 2001

Modified Files:
	basesrc/lib/libc/arch/vax/sys: execle.S

Log Message:
change "pushl   [r0](ap)" --->  "pushl   (ap)[r0]" ... the old version
made a reference to an external symbol "r0" rather that used register r0.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/lib/libc/arch/vax/sys/execle.S

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