From owner-freebsd-stable Tue Nov 14 8:24:23 2000 Delivered-To: freebsd-stable@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 52FF837B4C5 for ; Tue, 14 Nov 2000 08:24:18 -0800 (PST) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id JAA29276; Tue, 14 Nov 2000 09:24:12 -0700 (MST) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id JAA12366; Tue, 14 Nov 2000 09:24:10 -0700 (MST) (envelope-from nate) Date: Tue, 14 Nov 2000 09:24:10 -0700 (MST) Message-Id: <200011141624.JAA12366@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Thomas David Rivers Cc: stable@FreeBSD.ORG Subject: Re: libc shlib version In-Reply-To: <200011141236.HAA02062@lakes.dignus.com> References: <200011140426.eAE4QLN42986@vashon.polstra.com> <200011141236.HAA02062@lakes.dignus.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > > I really wish we could keep the two version numbers from a.out, so I > > > > don't have to worry about stuff like this. :< > > > > > > You can, if you will accept some restrictions: > > > > ... description deleted .... > > > > *poof* two numbers... > > > > > > i.e. library version 10.20 would get 1020 as the Elf version number. > > > > Nope, that wouldn't provide the desired benefits. The whole point of > > having two version numbers is that they are treated differently. The > > a.out dynamic linker looked for an exact match on the major version > > number, and a >= match on the minor number. Doing what you suggest > > wouldn't accomplish that -- we'd still get the exact match on both > > numbers. > > Oh! You're right! We would need to change the loader to understand > the `scheme'. But, if we're going to change the loader, might > as well change the format, etc... If we're going to change the format, we may as well add 'subminor' support to it. But, like John mentioned already, this was argued about already once before.... Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message