compiler-private: Define what PLT stands for

This commit is contained in:
Bryce Harrington 2018-02-28 15:19:06 -08:00
parent 62b724ac84
commit 14404ada80

View file

@ -69,7 +69,7 @@
* call sites. The macro works by renaming `f' to an internal name
* in the symbol table and hiding that. As far as cairo internal
* calls are concerned they're calling a library internal function
* and thus don't need to bounce via the PLT.
* and thus don't need to bounce via the procedure linkage table (PLT).
*
* slim_hidden_def(f)
*