aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/dl-machine.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-08 04:19:30 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-08 04:19:30 +0000
commitd4f170a9800ea45c8519859d9d5abe8ae80f036b (patch)
treeeb4382767210112ad5096308766caff6512e68c1 /sysdeps/i386/dl-machine.h
parent7e281477f1fd1d660e663505b0c5c0e2cf53c1be (diff)
downloadglibc-d4f170a9800ea45c8519859d9d5abe8ae80f036b.tar
glibc-d4f170a9800ea45c8519859d9d5abe8ae80f036b.tar.gz
glibc-d4f170a9800ea45c8519859d9d5abe8ae80f036b.tar.bz2
glibc-d4f170a9800ea45c8519859d9d5abe8ae80f036b.zip
Update.
* sysdeps/i386/dl-machine.h: Add more __builtin_expect.
Diffstat (limited to 'sysdeps/i386/dl-machine.h')
-rw-r--r--sysdeps/i386/dl-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/dl-machine.h b/sysdeps/i386/dl-machine.h
index d7310eda57..3044edf84d 100644
--- a/sysdeps/i386/dl-machine.h
+++ b/sysdeps/i386/dl-machine.h
@@ -99,7 +99,7 @@ elf_machine_runtime_setup (struct link_map *l, int lazy, int profile)
to intercept the calls to collect information. In this case we
don't store the address in the GOT so that all future calls also
end in this function. */
- if (profile)
+ if (__builtin_expect (profile, 0))
{
got[2] = (Elf32_Addr) &_dl_runtime_profile;