Hi guys,
I've got a problem about C extension from gcc. Hope that you can
give some advices.
Gcc provides an extension that programmer can declaring attributes
of functions. The visibility attribute on ELF targets causes the
declaration to be emitted with default, hidden, protected or internal
visibility. And "hidden" visibility indicates that the symbol will not
be placed into the dynamic symbol table, so no other module (executable
or shared library) can reference it directly. Is there a similiar
functionality provided by Suncc compiler?
Thanks,
-Alfred