mirror of
https://sourceware.org/git/glibc.git
synced 2025-11-15 15:21:18 +03:00
hurd initialization stages use RUN_HOOK to run various initialization functions. That is however using absolute addresses which need to be relocated, which is done later by csu. We can however easily make the linker compute relative addresses which thus don't need a relocation. The new SET_RELHOOK and RUN_RELHOOK macros implement this.
9.5 KiB
9.5 KiB