Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2002 21:00:34 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        marcel@xcllnt.net, marcel@FreeBSD.org, freebsd-ia64@FreeBSD.org
Subject:   Re: ia64/38678: vinum fails to build due to @gprel relocation against dynamic symbol
Message-ID:  <200210240400.g9O40YbD033890@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: vinum fails to build due to @gprel relocation against dynamic symbol

State-Changed-From-To: open->closed
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).


http://www.freebsd.org/cgi/query-pr.cgi?pr=38678

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?200210240400.g9O40YbD033890>