From owner-freebsd-ia64 Mon Mar 10 20:20:18 2003 Delivered-To: freebsd-ia64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2F4037B401 for ; Mon, 10 Mar 2003 20:20:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C23C43F93 for ; Mon, 10 Mar 2003 20:20:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2B4KFNS057136 for ; Mon, 10 Mar 2003 20:20:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2B4KERf057135; Mon, 10 Mar 2003 20:20:14 -0800 (PST) Date: Mon, 10 Mar 2003 20:20:14 -0800 (PST) Message-Id: <200303110420.h2B4KERf057135@freefall.freebsd.org> To: freebsd-ia64@FreeBSD.org Cc: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Subject: Re: ia64/49081: @gprel relocation against dynamic symbol in /usr/lib/libobjc.a Reply-To: dirk.meyer@dinoex.sub.org (Dirk Meyer) Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ia64/49081; it has been noted by GNATS. From: dirk.meyer@dinoex.sub.org (Dirk Meyer) To: FreeBSD-gnats-submit@FreeBSD.ORG, marcel@xcllnt.net (Marcel Moolenaar) Cc: Subject: Re: ia64/49081: @gprel relocation against dynamic symbol in /usr/lib/libobjc.a Date: Tue, 11 Mar 2003 05:05:40 +0100 Marcel Moolenaar schrieb:, > > change complilation options ... > > see PR# ia64/38678 > > Which ompilation options? you fixed a similar problem: http://www.freebsd.org/cgi/query-pr.cgi?pr=38678 State-Changed-By: marcel State-Changed-When: Wed Oct 23 20:58:12 PDT 2002 State-Changed-Why: The problem with the @gprel relocation was related to the fact that we compiled with short data and without -fpic. As a result, the compiler assumed it could create @gprel relocations to access data objects placed in the short data (.sdata or .sbss) sections. The fix is to disable short data for kernel builds (including modules). a) can libobj.a build without "short data" b) or need the application build without "short data" ? I found only a "--disable-short-wchar" option ... kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message