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 8:55 AM, Nathan Sidwell <nathan@codesourcery.com> wrote:
> This patch is an update of my previous ifunc patch. ?To recap, this adds an
> ifunc attribute that is syntacticly the same as the existing alias
> attribute. The alias attribute names a 'resolver' function, which
> dynamically determines the a function to be called by return a pointer to
> it.
>
> See http://groups.google.com/group/generic-abi/files for the specification
> of the GNU_IFUNC symbol type and associated relocations.
>
> built and tested on i686-pc-linux-gnu, ok?
>

I don't see much value in this than the current scheme. I don't
think it should go in.

-- 
H.J.


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