Hello, H.J. Lu, le lun. 31 janv. 2022 16:14:59 -0800, a ecrit: > > +#define SET_RELHOOK(NAME, HOOK) \ > > + asm(".section " #NAME",\"aR\"\n" \ > > + ".quad "#HOOK" - .\n" \ > > + ".section .text"); > > + > > +#endif /* set_hooks_arch.h */ > > SET_RELHOOK is used only for hurd which doesn't support x86-64.
We plan to support x86-64 relatively soon. Samuel