tsp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tsp-devel] Shared library version patch


From: Robert de Vries
Subject: [Tsp-devel] Shared library version patch
Date: Sat, 17 Nov 2007 21:52:08 +0100
User-agent: KMail/1.9.6 (enterprise 0.20071012.724442)

Hi all,

Attached a patch that adds the current version number of TSP to the .so file 
name.
So apart from for example libtsp_common.so you will also find 
libtsp_common.so.0 and libtsp_common.so.0.4.4 (or whatever the latest version 
is).

The next step will be to define a so-called version script to tag the symbols.
(for more information see the man page of ld (--version-script) and the info 
pages of ld (VERSION Command)).
This will limit the symbols that are visible externally. This helps people to 
use only the symbols that are in the official API and not to use functions 
that are intended for internal use.

        Robert

Attachment: tsp_so_version.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]