From owner-cvs-all Fri Sep 3 21: 0:12 1999 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 40E6B15103; Fri, 3 Sep 1999 21:00:11 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA78276; Fri, 3 Sep 1999 21:00:11 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199909040400.VAA78276@freefall.freebsd.org> From: John Polstra Date: Fri, 3 Sep 1999 21:00:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf rtld.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/09/03 21:00:10 PDT Modified files: libexec/rtld-elf rtld.c Log: When looking up symbols, search the objects loaded at program start up first -- before the dlopened DAGs containing the referencing object. This makes dynamically loaded perl modules work properly again. Revision Changes Path 1.37 +9 -9 src/libexec/rtld-elf/rtld.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message