This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]