On Mon, 12 Nov 2012, Florian Weimer wrote: > Is there a way to use symbol visibility to bypass the PLT for intra-DSO calls, > while still keeping the symbol public? I don't need to support overriding the > symbols from the outside, so the PLT indirection isn't needed. Why do you need to use the visibility mechanism specifically? From my understanding, it sounds like you can use -Bsymbolic. Alexander