summaryrefslogtreecommitdiff
path: root/sysdeps/i386/dl-irel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/dl-irel.h')
-rw-r--r--sysdeps/i386/dl-irel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/dl-irel.h b/sysdeps/i386/dl-irel.h
index 6eb3495f88..4cf81ee207 100644
--- a/sysdeps/i386/dl-irel.h
+++ b/sysdeps/i386/dl-irel.h
@@ -39,7 +39,7 @@ elf_irel (const Elf32_Rel *reloc)
Elf32_Addr *const reloc_addr = (void *) reloc->r_offset;
const unsigned long int r_type = ELF32_R_TYPE (reloc->r_info);
- if (__builtin_expect (r_type == R_386_IRELATIVE, 1))
+ if (__glibc_likely (r_type == R_386_IRELATIVE))
{
Elf32_Addr value = elf_ifunc_invoke(*reloc_addr);
*reloc_addr = value;