[Zlib-devel] zlib 1.2.3.5 available for testing
Dmitry V. Levin
ldv at altlinux.org
Mon Jan 11 06:30:22 EST 2010
On Sun, Jan 10, 2010 at 06:34:27PM -0800, Mark Adler wrote:
> On Jan 10, 2010, at 5:34 PM, Dmitry V. Levin wrote:
> > However, if this new symbol is not expected to be exported, then
> > it should go to "local" as proposed by Mark Brown.
>
> gz_error() is also "local". So should the last entry look like this?
>
> ZLIB_1.2.3.5 {
> global:
> gzbuffer;
> gzoffset;
> gzoffset64;
> gzclose_r;
> gzclose_w;
> local:
> gz_error;
> gzio_old;
> } ZLIB_1.2.3.4;
This version script language is a bit odd. AWAIR, it allows only one
"local" scope definition, and it doesn't matter where this directive is
located. So just add all new symbols that shouldn't be exported to the
end of already existing local scope list, which is placed inside
ZLIB_1.2.0 section.
--
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://madler.net/pipermail/zlib-devel_madler.net/attachments/20100111/10a6e744/attachment.sig>
More information about the Zlib-devel
mailing list