Fix localplt check for GNU_IFUNC
commit7bc5a74162d044cc227b38ebf24e2d1d4594ecb8
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Wed, 19 Mar 2014 20:30:18 +0000 (19 15:30 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Tue, 25 Mar 2014 19:15:35 +0000 (25 14:15 -0500)
tree57c5dbe6760ec43133b9ef7dcb6d24251c5e5412
parent7578473bbeb61a1d3808104b551f9d0b12e42670
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
scripts/localplt.awk