Question

So x86-64 has the RIP-relative addressings which makes PIC codes easy to write and relocations needed much less. Why is relocations still needed then on x86-64? For what features? I can try to explore with objdump but what C/C++ code patterns to compile to see?

Was it helpful?

Solution

This article explains it better than I can, but basically global variables in a shared library.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top