Subject: CVS commit: syssrc/sys/compat/irix
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 03/10/2002 21:03:09
Module Name:	syssrc
Committed By:	manu
Date:		Sun Mar 10 19:03:08 UTC 2002

Modified Files:
	syssrc/sys/compat/irix: irix_syssgi.c

Log Message:
Fix a bug in the way syssgi(MAPELF) handles relocation: we are supposed to
look for a block of free virtual memory big enough to hold all sections. The
blocks starts at the beginning of the first section and ends at the end of
the last section. In the previous version the block ended at the beginning
of the last section, hence creating situations where there was not enough
free space to map the section.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 syssrc/sys/compat/irix/irix_syssgi.c

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