Subject: CVS commit: syssrc/sys/compat/irix
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 12/05/2001 00:13:42
Module Name: syssrc
Committed By: manu
Date: Tue Dec 4 22:13:41 UTC 2001
Modified Files:
syssrc/sys/compat/irix: irix_exec.c irix_exec.h irix_exec_elf32.c
Log Message:
Fixed stack setup for argument passing. argc and **argv need to be aligned
on a 16 bytes boundary. To get things done, we currently duplicate a lot of
code from copyargs(), this should be done in a nicer way.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/compat/irix/irix_exec.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/compat/irix/irix_exec.h \
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.