diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-08-30 11:16:52 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-08-30 11:16:52 -0700 |
commit | b0350db9747d602158377af3cf8ceb70764ea840 (patch) | |
tree | 02fc799233452f582117de740b583117f983882b /ports/ChangeLog.arm | |
parent | 21bfcecf7a4ac3c150430a1a312268781c145414 (diff) | |
download | glibc-b0350db9747d602158377af3cf8ceb70764ea840.tar glibc-b0350db9747d602158377af3cf8ceb70764ea840.tar.gz glibc-b0350db9747d602158377af3cf8ceb70764ea840.tar.bz2 glibc-b0350db9747d602158377af3cf8ceb70764ea840.zip |
Use sfi_* macros in armv6t2 strlen.
Diffstat (limited to 'ports/ChangeLog.arm')
-rw-r--r-- | ports/ChangeLog.arm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm index 1806b08a8d..8ef09b1161 100644 --- a/ports/ChangeLog.arm +++ b/ports/ChangeLog.arm @@ -1,5 +1,7 @@ 2013-08-30 Roland McGrath <roland@hack.frob.com> + * sysdeps/arm/armv6t2/strlen.S: Use sfi_pld and sfi_breg macros. + * sysdeps/arm/armv6t2/strlen.S: Include <arm-features.h> first thing. [NO_THUMB]: Adapt code for ARM mode. |