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

Modified Files:
	syssrc/sys/sys: exec_elf.h

Log Message:
Introduce Elf64_Xword and Elf64_Sxword, and use them in various places instead
of Elf64_Word.
Make Elf64_Word be 32 bits on sparc64.  (XXXX Need to determine what it's
supposed to be on other, but it's current used to size entries in DT_HASH,
which is 32 bits on sparc64 and 64 bits on alpha.)


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 syssrc/sys/sys/exec_elf.h

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