Subject: Re: CVS commit: src
To: None <mason@primenet.com.au>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: source-changes
Date: 07/03/2004 14:28:17
mason@primenet.com.au said:
> : bump libm minor version (functions added)
> Also needs a bump in src/lib/libm/arch/i387/shlib_version , yes? 

I'm not sure about this. Normally, nothing links against libm387 directly,
the binary doesn't even know about libm387's existence at link time.
Every function there just shadows one in the main libm, and it contains
just a subset anyway.
Perhaps someone will prove me wrong, but for now I believe that libm387's
version number doesn't matter.

best regards
Matthias