Hi Lucas,

> Version linker scripts support function names and globs, so there's no
> need to rely on nm tool to gather the exported symbols.

<snip>

> diff --git a/src/connman.ver b/src/connman.ver
> new file mode 100644
> index 0000000..9a178a2
> --- /dev/null
> +++ b/src/connman.ver
> @@ -0,0 +1,8 @@
> +{
> +     global:
> +             connman_*;
> +             g_dbus_*;
> +             g_dhcp_*;
> +     local:
> +             *;
> +};

has this support always been there? I tried to figure this out since so
long and always had problems with it. This is way nicer approach
actually and easier to maintain.

Regards

Marcel


_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to