This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: PATCH: Support STT_GNU_IFUNC for i386 and x86-64
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>, GNU C Library <libc-alpha at sourceware dot org>, Ulrich Drepper <drepper at redhat dot com>, Jakub Jelinek <jakub at redhat dot com>
- Cc: binutils at sources dot redhat dot com
- Date: Mon, 1 Jun 2009 21:45:48 -0700
- Subject: Re: PATCH: Support STT_GNU_IFUNC for i386 and x86-64
- References: <20090601130803.GA16278@lucon.org>
On Mon, Jun 1, 2009 at 6:08 AM, H.J. Lu <hongjiu.lu@intel.com> wrote:
> I am checking this patch to support STT_GNU_IFUNC for i386 and x86-64.
> Tested with STT_GNU_IFUNC symbols in shared library, dynamic executable
> and static executable.
Hi Ulrich, Jakub,
I found a few problems with STT_GNU_IFUNC when I was writing
STT_GNU_IFUNC testcases for glibc. I will submit glibc patches and
check in a linker fix soon.
H.J.