Subject: CVS commit: src/libexec/ld.aout_so/arch/sparc
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 07/15/2004 03:00:22
Module Name:	src
Committed By:	chs
Date:		Thu Jul 15 03:00:22 UTC 2004

Modified Files:
	src/libexec/ld.aout_so/arch/sparc: mdprologue.S

Log Message:
add some instructions at the top of rtld_entry() that use mprotect()
to make ld.so's data segment executable.  this is needed because the PLT
is in the data segment and we actually honor the execute permissions now.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/libexec/ld.aout_so/arch/sparc/mdprologue.S

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