Hi all,
On Sat, Mar 02, 2013 at 04:26:40PM +0100, Sylvain Munaut wrote:
There is ./gsm/libosmogsm.map and ./gb/libosmogb.map already.
We usually try to have all internal symbols static already because there is the same problem with .so file. osmogsm and gb probably have internal inter-file dependency and that's why we use map files to define visible symbols.
Indeed. If we have non-public symbols in libosmocore that pollute the namespace, I'm all for adding a libosmocore.map file in similar fashion.