From owner-cvs-all Fri Jan 28 17:27: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FFFA14BF1; Fri, 28 Jan 2000 17:27:05 -0800 (PST) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA14672; Fri, 28 Jan 2000 17:27:05 -0800 (PST) (envelope-from jdp@FreeBSD.org) Message-Id: <200001290127.RAA14672@freefall.freebsd.org> From: John Polstra Date: Fri, 28 Jan 2000 17:27:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf rtld.c rtld.h src/libexec/rtld-elf/alpha reloc.c src/libexec/rtld-elf/i386 reloc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 2000/01/28 17:27:05 PST Modified files: libexec/rtld-elf rtld.c rtld.h libexec/rtld-elf/alpha reloc.c libexec/rtld-elf/i386 reloc.c Log: When a threads package registers locking methods with dllockinit(), figure out which shared object(s) contain the the locking methods and fully bind those objects as if they had been loaded with LD_BIND_NOW=1. The goal is to keep the locking methods from requiring any lazy binding. Otherwise infinite recursion occurs in _rtld_bind. This fixes the infinite recursion problem in the linuxthreads port. Revision Changes Path 1.43 +38 -9 src/libexec/rtld-elf/rtld.c 1.15 +4 -2 src/libexec/rtld-elf/rtld.h 1.10 +49 -23 src/libexec/rtld-elf/alpha/reloc.c 1.6 +26 -11 src/libexec/rtld-elf/i386/reloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message