> I've just found out that libtool wraps the --export-symbols file
> into a --Wl,--version- script file, perhaps because of this paper
> <https://www.akkadia.org/drepper/dsohowto.pdf>. That got me reading
> further about version/symbol maps or scripts, which can keep track
> on newly added interfaces. So I generated one for FreeType using
> git, attached.

Interesting, thanks!

> It works and does decorate the shared library with version tags. The
> file skips over FT versions that did not introduce any new
> symbols. so the format might be slightly wrong.
> 
> The file is interesting from historical perspective too, but I am
> not sure about actual benefits.  Should we consider it further?

Good question.  I've never seen this before, and I have no idea what
to do with that information...


    Werner

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to