Earlier today I asked a question about environ, and one of the more interesting replies suggested that I could gather information using LD_DEBUG.
Now I've known about some linker/loader environment variables (such as *LD_PRELOAD*) for awhile, but this one was new to me. Googling, I found a Linux-specific man page discussing environment variables used by the linker/loader, including LD_DEBUG. So theoretically, I'm set. But in practice, I'm sure I'm missing a whole bundle of tricks relating to this fundamental tool in the toolchain.
Put simply, what else am I missing?