Mailing List Archive

-rdynamic and such
Hi,

I know how to use -rdynamic to make all symbols in a
program public to a dlopen() shared lib.

Is there a way (for ELF) to make only some symbols public?
I guess I have to put them into a special section.

Any hints?


Werner