Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/libexec/ld.elf_so/arch/vax
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.
Home |
Main Index |
Thread Index |
Old Index