Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 1998 15:00:07 -0800 (PST)
From:      John Polstra <jdp@polstra.com>
To:        Joel Ray Holveck <joelh@gnu.org>
Cc:        current@FreeBSD.ORG, Julian Elischer <julian@whistle.com>
Subject:   Re: Elf linker question.
Message-ID:  <XFMail.981124150007.jdp@polstra.com>
In-Reply-To: <86emqsy9zu.fsf@detlev.UUCP>

next in thread | previous in thread | raw e-mail | index | archive | help
> I thought that the current system, did symbol checking at link time,
> but still had lazy binding at run time.
> 
> Am I mistaken here?

No, you're exactly right.  But lazy binding applies only to function calls. 
There are also data references that have to be relocated.  Those can't be done
lazily.

John
---
  John Polstra                                               jdp@polstra.com
  John D. Polstra & Co., Inc.                        Seattle, Washington USA
  "Nobody ever went broke underestimating the taste of the American public."
                                                            -- H. L. Mencken

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.981124150007.jdp>