Subject: CVS commit: basesrc/libexec/ld.elf_so/arch/vax
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/27/2002 05:46:06
Module Name:	basesrc
Committed By:	mycroft
Date:		Fri Sep 27 02:46:06 UTC 2002

Modified Files:
	basesrc/libexec/ld.elf_so/arch/vax: rtld_start.S

Log Message:
1) There is no reason to flush the I$ here, given that we do not modify any
   instructions.  Function calls use GOT indirection, and we only patch the
   GOT.
2) The mask-comparison optimization always fails, because the saved mask
   always has 0x2000 set, and the PLT stub mask never does.  So, remove it.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/libexec/ld.elf_so/arch/vax/rtld_start.S

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