riscv: Fix feenvupdate with FE_DFL_ENV (BZ 31022)
[glibc.git] / sysdeps / s390 / linkmap.h
blob283615b99ae3d405ad1d58a2a8437669a0f9bb07
1 #if __WORDSIZE == 64
2 struct link_map_machine
4 Elf64_Addr plt; /* Address of .plt + 0x2e */
5 const Elf64_Rela *jmprel; /* Address of first JMP_SLOT reloc */
6 };
7 #else
8 struct link_map_machine
10 Elf32_Addr plt; /* Address of .plt + 0x2c */
11 const Elf32_Rela *jmprel; /* Address of first JMP_SLOT reloc */
13 #endif