Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/31/2001 19:44:44
Module Name: syssrc
Committed By: thorpej
Date: Wed Oct 31 17:44:43 UTC 2001
Modified Files:
syssrc/sys/arch/alpha/include: elf_machdep.h
syssrc/sys/sys: exec_elf.h
Log Message:
Use <machine/elf_machdep.h> to override Elf64_Word and Elf64_Sword
on the Alpha (which uses a non-standard definitions for historical
reasons), rather than #ifdef __alpha__ (which is not cross-tool safe).
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/alpha/include/elf_machdep.h
cvs rdiff -r1.56 -r1.57 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.