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 attribute


On Wed, Jul 14, 2010 at 9:08 AM, Nathan Sidwell <nathan@codesourcery.com> wrote:
> On 07/14/10 16:57, H.J. Lu wrote:
>
>> I don't see much value in this than the current scheme. I don't
>> think it should go in.
>
> GCC doesn't have a current scheme for handling ifunc functions, I believe
> you have to hack it up with asm inserts -- the same could be done to provide
> the functionality of the alias attribute, and yet it is in GCC.
>

As I said before, the current asm statement scheme works to
certain degree. As far as user is concerned, your scheme is
very similar and has the same drawbacks.

-- 
H.J.


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