This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [IFUNC] PATCH: Add an ifunc attribute


Richard Guenther wrote:

>> When using asm to change C++ symbol name, you have to mangle it
>> by hand. When you change the prototype of the ifunc function,
>> you have to mangle the symbol name again.  Should we ask gcc
>> users which approach is better?
> 
> No.

Richard, I disagree with your position in this thread.  In particular, I
do think that we should try to make this attribute work for C++ without
users having to do by-hand mangling of names.  That's clearly the right
user interface; C++ programmers should never have to know about mangling.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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