Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 11/29/2002 13:31:12
Module Name:	syssrc
Committed By:	manu
Date:		Fri Nov 29 11:31:12 UTC 2002

Modified Files:
	syssrc/sys/kern: exec_macho.c
	syssrc/sys/sys: exec_macho.h

Log Message:
Maitain a chainedlist of already loaded Mach-O objects, to avoid loading
the same file multiple times because of recursive loading (ie: libx require
liby and libz and liby require libz, so libz would be loaded twice)

This is probably suboptimal, but it enable /bin/sh to load on the PowerPC,
so it's a good interim solution until we figure precisely how things should
work.

I'm not sure whether this makes the excessive recursive check useless or not.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/kern/exec_macho.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/sys/exec_macho.h

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