if (map != &GL(dl_rtld_map))
# endif
{
- /* XXX Make some timings. Maybe it's preverable to test for
+ /* XXX Make some timings. Maybe it's preferable to test for
unaligned access and only do it the complex way if necessary. */
void *reloc_addr_1 = reloc_addr;
Elf64_Addr reloc_addr_val;
memcpy (reloc_addr_1, &reloc_addr_val, 8);
}
}
-# ifndef RTLD_BOOTSTRAP
- else if (__builtin_expect (r_type == R_ALPHA_NONE, 0))
- return;
-# endif
else
#endif
+ if (__builtin_expect (r_type == R_ALPHA_NONE, 0))
+ return;
+ else
{
Elf64_Addr loadbase, sym_value;
# endif
value += map->l_addr;
}
-# ifndef RTLD_BOOTSTRAP
- else if (r_type == R_IA64_NONE)
- return;
-# endif
else
#endif
+ if (__builtin_expect (r_type == R_IA64_NONE, 0))
+ return;
+ else
{
struct link_map *sym_map;