Subject: CVS commit: [netbsd-1-6] src/libexec/ld.elf_so
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 09/05/2003 19:15:02
Module Name:	src
Committed By:	tron
Date:		Fri Sep  5 19:15:02 UTC 2003

Modified Files:
	src/libexec/ld.elf_so [netbsd-1-6]: rtld.c

Log Message:
Pull up revision 1.54 via patch (requested by dmcmahill in ticket #1395):
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.48 -r1.48.2.1 src/libexec/ld.elf_so/rtld.c

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