Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix localplt check for GNU_IFUNC | Adhemerval Zanella | 2014-03-25 | 1 | -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 McGrath | 2012-05-01 | 1 | -0/+59 |