From owner-cvs-gnu Tue Sep 2 07:23:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA08483 for cvs-gnu-outgoing; Tue, 2 Sep 1997 07:23:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA08360; Tue, 2 Sep 1997 07:20:38 -0700 (PDT) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA27380; Tue, 2 Sep 1997 07:18:54 -0700 (PDT) Date: Tue, 2 Sep 1997 07:18:54 -0700 (PDT) Message-Id: <199709021418.HAA27380@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/ld/rtld rtld.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1997/09/02 07:18:54 PDT Modified files: (Branch: RELENG_2_2) gnu/usr.bin/ld/rtld rtld.c Log: MFC: Prepend an underscore if a symbol lookup fails and try again. Revision Changes Path 1.40.2.4 +30 -2 src/gnu/usr.bin/ld/rtld/rtld.c