diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-26 17:59:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-26 17:59:59 +0000 |
commit | a8eab8b1402ceff505b0cdee440c02a72cc4307d (patch) | |
tree | 8e80293b123361be225adf8e0048ffcdb866349d /ChangeLog | |
parent | 665a657ef1aec8a605aa33e46a4f701e2fd9eba3 (diff) | |
download | glibc-a8eab8b1402ceff505b0cdee440c02a72cc4307d.zip glibc-a8eab8b1402ceff505b0cdee440c02a72cc4307d.tar.gz glibc-a8eab8b1402ceff505b0cdee440c02a72cc4307d.tar.bz2 |
Update.
* include/libc-symbols.h: If HAVE_BUILTIN_EXPECT is not defined
define __builtin_expect as a macro substituting to the first
argument.
* config.h.in: Define HAVE_BUILTIN_EXPECT.
* configure.in: Add test for __builtin_expect.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 1998-10-26 Ulrich Drepper <drepper@cygnus.com> + * include/libc-symbols.h: If HAVE_BUILTIN_EXPECT is not defined + define __builtin_expect as a macro substituting to the first + argument. + * config.h.in: Define HAVE_BUILTIN_EXPECT. + * configure.in: Add test for __builtin_expect. + * sysdeps/unix/sysv/linux/bits/types.h: Include bits/pthreadtypes.h only not for POSIX 199506. * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise. |