aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-03-19 12:45:24 -0700
committerRoland McGrath <roland@hack.frob.com>2015-03-19 12:45:24 -0700
commit298e5d56dca199aea2c18ef27dd33bd82c879ee4 (patch)
treec30e0d64a0529f470c6f60ea91e73cc7a0f842d9 /ChangeLog
parentbecb26b84bfe4d3273c4e2d4e7684dfbbf7c6bcd (diff)
downloadglibc-298e5d56dca199aea2c18ef27dd33bd82c879ee4.tar
glibc-298e5d56dca199aea2c18ef27dd33bd82c879ee4.tar.gz
glibc-298e5d56dca199aea2c18ef27dd33bd82c879ee4.tar.bz2
glibc-298e5d56dca199aea2c18ef27dd33bd82c879ee4.zip
ARM: Fix memcpy & memmove for [ARM_ALWAYS_BX]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9b3c2cda9..9d14696f7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-03-19 Roland McGrath <roland@hack.frob.com>
+
+ * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
+ to account for alignment padding.
+ * sysdeps/arm/memmove.S: Likewise.
+
2015-03-19 Chris Metcalf <cmetcalf@ezchip.com>
* sysdeps/unix/sysv/linux/generic/README: New file.