From: Antonio Ospite Date: Wed, 28 Mar 2012 08:02:03 +0000 (+0200) Subject: am7xxx: control shared library symbols visibility X-Git-Tag: v0.1.1~6 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/fd3677b9606851f5f29bcd663fd37137eb84abd3?hp=fd3677b9606851f5f29bcd663fd37137eb84abd3 am7xxx: control shared library symbols visibility Export as public symbols only those really needed, without this change some symbols from serialize.c (get_8, get_le32, put_8, put_le32) were public too. Use -fvisibility=hidden so we don't need to explicitly mark symbols as local. ---