From owner-svn-src-all@FreeBSD.ORG Tue Sep 6 16:34:34 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E81E6106566C; Tue, 6 Sep 2011 16:34:34 +0000 (UTC) (envelope-from marcel@xcllnt.net) Received: from mail.xcllnt.net (mail.xcllnt.net [70.36.220.4]) by mx1.freebsd.org (Postfix) with ESMTP id B69238FC1E; Tue, 6 Sep 2011 16:34:34 +0000 (UTC) Received: from sa-nc-common-128.static.jnpr.net (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by mail.xcllnt.net (8.14.5/8.14.5) with ESMTP id p86GYR1I042543 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 6 Sep 2011 09:34:33 -0700 (PDT) (envelope-from marcel@xcllnt.net) Mime-Version: 1.0 (Apple Message framework v1244.3) Content-Type: text/plain; charset=us-ascii From: Marcel Moolenaar In-Reply-To: <201109061021.p86ALXBF078723@svn.freebsd.org> Date: Tue, 6 Sep 2011 09:34:25 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <9B3A5F0E-4F7D-4F63-B940-65572CEF6841@xcllnt.net> References: <201109061021.p86ALXBF078723@svn.freebsd.org> To: Konstantin Belousov X-Mailer: Apple Mail (2.1244.3) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r225417 - head/libexec/rtld-elf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2011 16:34:35 -0000 On Sep 6, 2011, at 3:21 AM, Konstantin Belousov wrote: > Author: kib > Date: Tue Sep 6 10:21:33 2011 > New Revision: 225417 > URL: http://svn.freebsd.org/changeset/base/225417 >=20 > Log: > Do not use the function pointers for the internal operation of = rtld_printf() > functions. The _rtld_error() function might be called early during = the rtld > bootstrap, in which case function pointers are not yet functional on = ia64 > due to required relocations not yet performed. Thanks! --=20 Marcel Moolenaar marcel@xcllnt.net