aboutsummaryrefslogtreecommitdiff
path: root/scripts/localplt.awk
AgeCommit message (Collapse)AuthorFilesLines
2014-03-25Fix localplt check for GNU_IFUNCAdhemerval Zanella1-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.
2012-05-01Do check-localplt test using readelf rather than a build-time C program.Roland McGrath1-0/+59