namespace namespace

Jakub Jelinek jakub@redhat.com
Tue Jun 30 13:39:00 GMT 2009


On Tue, Jun 30, 2009 at 02:30:18PM +0100, Andrew Haley wrote:
> > 000139c0 t
> > __ZN3gnu5javax3net3ssl8provider11CipherSuiteC1EPNS3_15CipherAlgorithmEPNS3_20KeyExchangeAlgorithmEPNS3_18SignatureAlgorithmEPNS3_12MacAlgorithmEiiiPN4java4lang6StringE.clone.1
> 
> All this .clone stuff is to do with template instantiation in the C++ compiler.

No, C++ FE is innocent.  *.clone.NNN are created by function versioning, see
clone_function_name, and are never exported.
If . doesn't work even for non-exported symbols on your target, the target
is misconfigured (look at NO_DOT_IN_LABEL and NO_DOLLAR_IN_LABEL), if it
works, why do you have problems with it?

	Jakub



More information about the Java-patches mailing list