Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 02/21/2002 23:53:00
Module Name:	syssrc
Committed By:	manu
Date:		Thu Feb 21 21:53:00 UTC 2002

Modified Files:
	syssrc/sys/compat/irix: irix_exec.c irix_exec.h
	syssrc/sys/kern: exec_conf.c

Log Message:
Reworked the o32/n32 matching scheme. IRIX uses some e_flags in the ELF
header to distinguish between o32, n32 and n64 ABIs. We now use this.
This suppress the need of the mips_option test, which had some fake positive.
This also removes the mandatory ordering of n32 vs o32 in the exec switch
(exec_conf.c)


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 syssrc/sys/compat/irix/irix_exec.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/compat/irix/irix_exec.h
cvs rdiff -r1.65 -r1.66 syssrc/sys/kern/exec_conf.c

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