diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-03-19 15:30:18 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-03-25 14:15:35 -0500 |
commit | 7bc5a74162d044cc227b38ebf24e2d1d4594ecb8 (patch) | |
tree | 57c5dbe6760ec43133b9ef7dcb6d24251c5e5412 /ChangeLog | |
parent | 7578473bbeb61a1d3808104b551f9d0b12e42670 (diff) | |
download | glibc-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |