Samuel Thibault ae49f218da hurd: Fix static-PIE startup
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.
2021-12-28 10:28:22 +01:00
..
2021-12-28 10:15:52 +01:00
2021-12-28 10:28:22 +01:00
2021-04-12 00:23:36 +02:00
2021-12-28 10:28:22 +01:00
2021-12-28 10:28:22 +01:00
2021-12-28 10:28:22 +01:00
2021-12-28 10:28:22 +01:00
2021-12-28 10:28:22 +01:00
2021-08-03 19:38:45 +02:00
2021-12-28 10:28:22 +01:00
2021-09-03 22:06:44 +05:30
2021-04-12 00:23:36 +02:00