On Dec 20, Steve Langasek <vor...@debian.org> wrote:

> > How can I write an ld linker script that will cause ld to output the
> > same symbols two times, with and without a version tag?
> > I.e. I need it to output both sym...@base and sym...@libfoo_1.0.

> In what sense does this make it backward-incompatible?  A shlibdeps bump
> should be sufficient; anything referencing an unversioned symbol will have
> its reference satisfied by any matching symbol name, regardless of version.
The problem is in the other direction: new binaries reference
sym...@libfoo_1.0, so even if they work the old library the dynamic
linker outputs a warning at startup.

-- 
ciao,
Marco

Attachment: signature.asc
Description: Digital signature

Reply via email to