hiding of (global) C++ symbols in shared object

Richard Henderson rth@cygnus.com
Mon May 15 17:17:00 GMT 2000


On Mon, May 15, 2000 at 01:00:29PM +0200, Jakub Jelinek wrote:
> What about using symbol version map?
> Say:
> 
> MYPLUGIN {
>   global:
>     init_plugin; what__C9exception; ...

Incidentally, version maps do support

	extern "C++" {
	  some_class::function
	  other_class::*
	}

though you can't export just one flavour of overridden
function that way.


r~


More information about the Binutils mailing list