Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 1995 13:51:14 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        CVS-commiters@freefall.cdrom.com, ache@freefall.cdrom.com, cvs-gnu@freefall.cdrom.com, nate@trout.sri.MT.net
Subject:   Re: cvs commit: src/gnu/usr.bin/cc/cc_int Makefile
Message-ID:  <199503130351.NAA21371@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> ache        95/03/12 17:30:04
>> 
>>   Modified:    gnu/usr.bin/cc/cc_int Makefile
>>   Log:
>>   Bump SHLIB_MAJOR to 263 to match ../Makefile.inc

>Whoops, sorry about that.  Thanks Andrew!

Er, there is no point in making libgcc.so.263.0.  Nothing should ever
link to it.  What we need is to keep making libgcc.so.261.0 _unchanged_.
It's more convenient to keep making it than to keep a copy of the old
library.  The list of objects needs to be different (larger) for the
shared library.

Bruce



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