From owner-freebsd-hackers Sat Aug 30 21:13:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA17472 for hackers-outgoing; Sat, 30 Aug 1997 21:13:16 -0700 (PDT) Received: from word.smith.net.au (ppp20.portal.net.au [202.12.71.120]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA17465; Sat, 30 Aug 1997 21:13:06 -0700 (PDT) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id NAA01087; Sun, 31 Aug 1997 13:41:23 +0930 (CST) Message-Id: <199708310411.NAA01087@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Mike Haertel cc: dyson@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: PIC (was: shared libraries?) In-reply-to: Your message of "Sat, 30 Aug 1997 19:33:49 MST." <199708310233.TAA00415@ducky.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 31 Aug 1997 13:41:21 +0930 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > One thing that's always baffled me is, why does gcc insist > on *dedicating* a register for the global offset table pointer? Perhaps because if you don't know where it is, you can't load it in the first place? mike