Re: [PATCH] Introduce symbol versioning

2018-03-12 Thread Anderson Sasaki
> Hi Anderson, > > we understand and value your effort, the problem is that we already have been > there, we had a map file and we broke it. We added functions and forgot to > update the map file. We even did released without updating the map file. Also > it didn't work on Windows and we wanted

Re: [PATCH] Introduce symbol versioning

2018-03-12 Thread Andreas Schneider
On Monday, 12 March 2018 16:13:24 CET Anderson Sasaki wrote: > Yes, the mechanism which builds the API is working properly, as well as the > SONAME handling. But this is not sufficient to keep the ABI stable. And > there are other problems that using only SONAME can't solve, like the > problems I

Re: [PATCH] Introduce symbol versioning

2018-03-12 Thread Aris Adamantiadis
500, Anderson Sasaki wrote: >> [...] >> >> From 3e38ba07df7667300714771dfbe72bbd3077f582 Mon Sep 17 00:00:00 >> 2001 >> From: Anderson Toshiyuki Sasaki <ansas...@redhat.com> >> Date: Thu, 8 Mar 2018 13:15:34 +0100 >> Subject: [PATCH] Introduce symbol versioni

[PATCH] Introduce symbol versioning

2018-03-09 Thread Anderson Sasaki
:00 2001 From: Anderson Toshiyuki Sasaki <ansas...@redhat.com> Date: Thu, 8 Mar 2018 13:15:34 +0100 Subject: [PATCH] Introduce symbol versioning This adds a linker map, which adds version information for exported symbols, and the option to compile with symbol versioning. The symbol versioning is