diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-07-03 01:30:02 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-07-03 01:49:48 +0530 |
commit | 05fdac772bee5352a52f26682dd351712e92f9b3 (patch) | |
tree | b33268e619fe986dfe6a00fad499ca7d77635136 /ChangeLog | |
parent | 99f8dc922033821edcc13f9f8360e9fda40dfcff (diff) | |
download | glibc-05fdac772bee5352a52f26682dd351712e92f9b3.tar glibc-05fdac772bee5352a52f26682dd351712e92f9b3.tar.gz glibc-05fdac772bee5352a52f26682dd351712e92f9b3.tar.bz2 glibc-05fdac772bee5352a52f26682dd351712e92f9b3.zip |
Don't use __glibc_unlikely in shared code
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com> + * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect. + * debug/memcpy_chk.c: Don't include pagecopy.h. * debug/mempcpy_chk.c: Likewise. * string/memcpy.c: Likewise. |