This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: advice needed regarding c++ name mangling
On Sunday 13 March 2005 16:53, Daniel Berlin wrote:
> Sure you could.
> You can come up with your own way to mangle the addition you are making
> to the name based on how you versioned (IE what parameters you have
> removed/made constant, and their values), so that it would merge
> properly when put in a linkonce section.
That requires an ABI extension, hence ABI support ;-) I had of
course considered this, but we'd some help little help from Mark,
so let's wait and see what he has to say about this.
Gr.
Steven