diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2016-04-01 18:33:03 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2016-04-01 18:33:03 -0300 |
commit | 2e51bc3813ca3fe72fd197d08d79496e46669f43 (patch) | |
tree | 568b95b4c3761cd712b6d16092998335852a2606 /ChangeLog | |
parent | 344303f3cfc072469c7c32de90952871c108afd5 (diff) | |
download | glibc-2e51bc3813ca3fe72fd197d08d79496e46669f43.tar glibc-2e51bc3813ca3fe72fd197d08d79496e46669f43.tar.gz glibc-2e51bc3813ca3fe72fd197d08d79496e46669f43.tar.bz2 glibc-2e51bc3813ca3fe72fd197d08d79496e46669f43.zip |
Use PTR_ALIGN_DOWN on strcspn and strspn
Tested on aarch64.
* string/strcspn.c (strcspn): Use PTR_ALIGN_DOWN.
* string/strspn.c (strspn): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2016-04-01 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + * string/strcspn.c (strcspn): Use PTR_ALIGN_DOWN. + * string/strspn.c (strspn): Likewise. + 2016-04-01 H.J. Lu <hongjiu.lu@intel.com> * benchtests/bench-memset.c (do_test): Support 64-byte |