Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/libexec/ld.elf_so
Module Name: basesrc
Committed By: mycroft
Date: Thu Sep 5 21:57:10 UTC 2002
Modified Files:
basesrc/libexec/ld.elf_so: rtld.c rtld.h symbol.c
Log Message:
Remove all of the `mark' code. This is responsible for the `undefined PLT
symbol' errors, probably because the increment gets interrupted occasionally by
a signal. In general, _rtld_bind() should not modify ANY internal state.
To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 basesrc/libexec/ld.elf_so/rtld.c
cvs rdiff -r1.39 -r1.40 basesrc/libexec/ld.elf_so/rtld.h
cvs rdiff -r1.15 -r1.16 basesrc/libexec/ld.elf_so/symbol.c
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