diff options
Diffstat (limited to 'elf/dl-reloc.c')
-rw-r--r-- | elf/dl-reloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-reloc.c b/elf/dl-reloc.c index fa8e31b22c..61bb6bc2ea 100644 --- a/elf/dl-reloc.c +++ b/elf/dl-reloc.c @@ -38,7 +38,7 @@ _dl_relocate_object (struct link_map *l, struct r_scope_elem *scope[], if (!consider_profiling && l->l_info[DT_BIND_NOW]) lazy = 0; - if (_dl_debug_reloc) + if (__builtin_expect (_dl_debug_reloc, 0)) _dl_debug_message (1, "\nrelocation processing: ", l->l_name[0] ? l->l_name : _dl_argv[0], lazy ? " (lazy)\n" : "\n", NULL); |