aboutsummaryrefslogtreecommitdiff
path: root/scripts/check-localplt.awk
AgeCommit message (Collapse)AuthorFilesLines
2015-07-29Extend local PLT reference checkH.J. Lu1-5/+35
On x86, linker in binutils 2.26 and newer consolidates R_*_JUMP_SLOT with R_*_GLOB_DAT relocation against the same symbol. This patch extends local PLT reference check to support alternate relocations. [BZ #18078] * scripts/check-localplt.awk: Support alternate relocations. * scripts/localplt.awk: Also check relocations in DT_RELA/DT_REL sections. * sysdeps/unix/sysv/linux/i386/localplt.data: Mark free and malloc entries with + REL R_386_GLOB_DAT. * sysdeps/x86_64/localplt.data: New file.
2012-04-24Add flexibility to localplt-*.data files, using an awk script rather than ↵Roland McGrath1-0/+53
diff to check the results.