PLT Reduction

Gtk+

Gtk+ has a script that verifies that no symbols in the relocation table are PLTs. If you're modifying gtk and want to verify that you haven't added any PLT symbols, just run make check and it'll print out a list of symbols which are PLTs, if any.

If you have symbols there, make sure that you include gtkalias.h in all files which uses it.

gtkalias.h needs to be included *after* all other includes.

Describe your Idea/Solution

External References

Attic/PLTReduction (last edited 2013-11-22 21:38:10 by WilliamJonMcCann)