From owner-cvs-all Tue Nov 7 14:41:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50B6837B479; Tue, 7 Nov 2000 14:41:54 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA96046; Tue, 7 Nov 2000 14:41:54 -0800 (PST) (envelope-from jdp@FreeBSD.org) Message-Id: <200011072241.OAA96046@freefall.freebsd.org> From: John Polstra Date: Tue, 7 Nov 2000 14:41:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf rtld.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/11/07 14:41:54 PST Modified files: libexec/rtld-elf rtld.c Log: Remove the superfluous call to _rtld_error() in symlook_default(). The function's callers generate the error message when appropriate. This eliminates the message ``Undefined symbol "__register_frame_info"'' which was bogusly returned by dlerror() in some cases. Revision Changes Path 1.50 +1 -3 src/libexec/rtld-elf/rtld.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message