Subject: CVS commit: syssrc/sys/compat/irix
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/30/2002 15:18:14
Module Name: syssrc
Committed By: jdolecek
Date: Sat Nov 30 13:18:14 UTC 2002
Modified Files:
syssrc/sys/compat/irix: irix_exec.c irix_exec.h irix_exec_elf32.c
Log Message:
move ELF-specific items from irix_exec.c to irix_exec_elf32.c
merge the two emul_irix structures; the only difference was
setregs function, which can be handled by exec-specific setregs hook
rename setregs_n32() to irix_n32_setregs(), and make it suitable
as the exec-specific setregs hook
make irix_check_exec() a macro now that just single compare
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 syssrc/sys/compat/irix/irix_exec.c
cvs rdiff -r1.15 -r1.16 syssrc/sys/compat/irix/irix_exec.h
cvs rdiff -r1.4 -r1.5 syssrc/sys/compat/irix/irix_exec_elf32.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.