Subject: CVS commit: basesrc/lib/csu/powerpc
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 04/27/2002 02:28:54
Module Name: basesrc
Committed By: matt
Date: Fri Apr 26 23:28:53 UTC 2002
Modified Files:
basesrc/lib/csu/powerpc: crt0.c
Log Message:
switch from addis R,0,... to the simplified mnemonic of lis which is
typically used for this.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 basesrc/lib/csu/powerpc/crt0.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.