summaryrefslogtreecommitdiff
path: root/src/connman.ver
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2010-09-21 09:47:35 -0300
committerMarcel Holtmann <marcel@holtmann.org>2010-09-21 23:23:23 +0900
commitfe571d436acf6e03284406a4793465dcc7450fcb (patch)
treed3d98fb02d09f24b67f850b6659a6403ebdbe252 /src/connman.ver
parentda34ca7e7ca4a26d01da047caf8a91ab97a26c10 (diff)
downloadconnman-fe571d436acf6e03284406a4793465dcc7450fcb.tar.gz
Simplify linker script
Version linker scripts support function names and globs, so there's no need to rely on nm tool to gather the exported symbols.
Diffstat (limited to 'src/connman.ver')
-rw-r--r--src/connman.ver8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/connman.ver b/src/connman.ver
new file mode 100644
index 00000000..9a178a2a
--- /dev/null
+++ b/src/connman.ver
@@ -0,0 +1,8 @@
+{
+ global:
+ connman_*;
+ g_dbus_*;
+ g_dhcp_*;
+ local:
+ *;
+};