* sysdeps/i386/dl-machine.h: Add more __builtin_expect.
2000-06-07 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/i386/dl-machine.h: Add more __builtin_expect.
+
* elf/do-lookup.h: Add some __builtin_expect.
* dlfcn/dlfcn.h: Pretty print dladdr declaraction.
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;