am7xxx: control shared library symbols visibility
authorAntonio Ospite <ospite@studenti.unina.it>
Wed, 28 Mar 2012 08:02:03 +0000 (10:02 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Wed, 28 Mar 2012 08:52:20 +0000 (10:52 +0200)
commitfd3677b9606851f5f29bcd663fd37137eb84abd3
tree800f4c86307ffbf80d733af6c932b80fa73dade5
parentc4734c5b21355542c5718478f73ddf60ecf559fb
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.
CMakeLists.txt
src/am7xxx.c