Date: Mon, 10 Mar 2003 20:20:14 -0800 (PST) From: dirk.meyer@dinoex.sub.org (Dirk Meyer) To: freebsd-ia64@FreeBSD.org Subject: Re: ia64/49081: @gprel relocation against dynamic symbol in /usr/lib/libobjc.a Message-ID: <200303110420.h2B4KERf057135@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303110420.h2B4KERf057135>