On Mon, Sep 20, 2010 at 11:27 PM, Marcel Holtmann <[email protected]> wrote: >> 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. >
As far as I can tell, yes. But indeed it's not used so much. For example, the info manual had a wrong example about demangling C++ and it was there since a long time. I reported to upstream and they said it is now fixed in the next version. GNU Gold supports it too. With this patch the output of "readelf -s connmand" is the same of that without it. regards, Lucas De Marchi _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
