From 7bc5a74162d044cc227b38ebf24e2d1d4594ecb8 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Wed, 19 Mar 2014 15:30:18 -0500 Subject: Fix localplt check for GNU_IFUNC GNU_IFUNC are shown by readelf in 'Relocation section' value as "symbol()" instead of expected hexadecimal value. This causes the check-localplt script to ignore potential PLT stub begin generated by wrong IFUNC usage. This patch changes the localplt script to emit such PLT cases. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e828cc28a5..a4aab107c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-03-25 Adhemerval Zanella + + * scripts/localplt.awk: Check for PLT generated by internal IFUNC + calls. + 2014-03-25 Adhemerval Zanella * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert -- cgit v1.2.3