aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-03-19 15:30:18 -0500
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-03-25 14:15:35 -0500
commit7bc5a74162d044cc227b38ebf24e2d1d4594ecb8 (patch)
tree57c5dbe6760ec43133b9ef7dcb6d24251c5e5412 /ChangeLog
parent7578473bbeb61a1d3808104b551f9d0b12e42670 (diff)
downloadglibc-7bc5a74162d044cc227b38ebf24e2d1d4594ecb8.zip
glibc-7bc5a74162d044cc227b38ebf24e2d1d4594ecb8.tar.gz
glibc-7bc5a74162d044cc227b38ebf24e2d1d4594ecb8.tar.bz2
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e828cc2..a4aab107 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
+ * scripts/localplt.awk: Check for PLT generated by internal IFUNC
+ calls.
+
+2014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
+
* nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
previous change.