Subject: CVS commit: basesrc/libexec/ld.elf_so/arch/alpha
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/04/2002 22:13:02
Module Name:	basesrc
Committed By:	mycroft
Date:		Wed Sep  4 19:13:01 UTC 2002

Modified Files:
	basesrc/libexec/ld.elf_so/arch/alpha: alpha_reloc.c rtld_start.S

Log Message:
There is no need to do an imb after each call to the binder, because we only
patch the GOT, not the PLT.  However, do an imb when setting up the PLT thunk,
just in case.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/libexec/ld.elf_so/arch/alpha/alpha_reloc.c
cvs rdiff -r1.8 -r1.9 basesrc/libexec/ld.elf_so/arch/alpha/rtld_start.S

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