Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 07/27/2000 02:57:06
Module Name: syssrc
Committed By: mycroft
Date: Wed Jul 26 23:57:06 UTC 2000
Modified Files:
syssrc/sys/sys [netbsd-1-5]: exec_elf.h
Log Message:
Approved by thorpej:
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.)
syssrc/sys/sys/exec_elf.h 1.38 -> 1.39
To generate a diff of this commit:
cvs rdiff -r1.37 -r1.37.4.1 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.