Re: [PATCH] elf: Add STT_GNU_IFUNC from glibc

2015-02-20 Thread Bernhard Reutner-Fischer
On 20 February 2015 at 10:57, Vineet Gupta vineet.gup...@synopsys.com wrote: perf in upstream Linux kernel 3.17 onwards expects STT_GNU_IFUNC replicate it from glibc Applied, thanks! ___ uClibc mailing list uClibc@uclibc.org

[PATCH] elf: Add STT_GNU_IFUNC from glibc

2015-02-20 Thread Vineet Gupta
perf in upstream Linux kernel 3.17 onwards expects STT_GNU_IFUNC replicate it from glibc Signed-off-by: Vineet Gupta vgu...@synopsys.com --- include/elf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/elf.h b/include/elf.h index facf09cd5ca3..917930b1811e 100644 ---