Remove i486 subdirectory
[glibc.git] / sysdeps / x86_64 / dl-runtime.c
blobb625d1e88257b0188d65a2e68521f62aab650c23
1 /* The ABI calls for the PLT stubs to pass the index of the relocation
2 and not its offset. In _dl_profile_fixup and _dl_call_pltexit we
3 also use the index. Therefore it is wasteful to compute the offset
4 in the trampoline just to reverse the operation immediately
5 afterwards. */
6 #define reloc_offset reloc_arg * sizeof (PLTREL)
7 #define reloc_index reloc_arg
9 #include <elf/dl-runtime.c>