about summary refs log tree commit diff
path: root/scripts/localplt.awk
Commit message (Collapse)AuthorAgeFilesLines
* Fix localplt check for GNU_IFUNCAdhemerval Zanella2014-03-251-2/+8
| | | | | | | | 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.
* Do check-localplt test using readelf rather than a build-time C program.Roland McGrath2012-05-011-0/+59