Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/07/2004 16:42:53
Module Name:	src
Committed By:	thorpej
Date:		Wed Jan  7 16:42:53 UTC 2004

Modified Files:
	src/sys/kern: exec_elf32.c

Log Message:
Back out >2 PT_LOAD changes from rev 1.96.  They cause older GCC3-compiled
PowerPC binaries to fail.  The compiler has since been fixed, but
compatibility with older binaries needs to be maintained.

PR kern/23758.


To generate a diff of this commit:
cvs rdiff -r1.96 -r1.97 src/sys/kern/exec_elf32.c

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