diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-06 05:02:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-06 05:02:18 +0000 |
commit | 365afefc6b7054d9ca7585f6f17bdd1fe03b8cfd (patch) | |
tree | ca5117da5f6e954d45892b85ccde3889f542db58 /ChangeLog | |
parent | 85830c4c4688b30d3d76111aa9a26745c7b141d6 (diff) | |
download | glibc-365afefc6b7054d9ca7585f6f17bdd1fe03b8cfd.tar.gz glibc-365afefc6b7054d9ca7585f6f17bdd1fe03b8cfd.tar.xz glibc-365afefc6b7054d9ca7585f6f17bdd1fe03b8cfd.zip |
Update.
* iconv/gconv_dl.c: Add __builtin_expect in many places. * iconv/skeleton.c: Add more __builtin_expect. * iconv/gconv_simple.c: Add __builtin_expect in many places.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 764c9acdd6..99a3aab176 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-06-05 Ulrich Drepper <drepper@redhat.com> + * iconv/gconv_dl.c: Add __builtin_expect in many places. + * iconv/skeleton.c: Add more __builtin_expect. + * iconv/gconv_simple.c: Add __builtin_expect in many places. + * iconv/gconv.h (__GCONV_IS_LAST, __GCONV_IGNORE_ERRORS): Define. (struct __gconv_step_data): Rename __is_last to __flags. * iconv/gconv_close.c: Change all uses of __is_last. |