diff options
author | Chung-Lin Tang <cltang@codesourcery.com> | 2012-04-24 21:32:11 +0800 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-04-25 14:39:28 +0800 |
commit | 3ce2865f93d42f4721d58088dd6ab1dac06ea85b (patch) | |
tree | d24746c80071fb3daad2215254878d6235fccb52 /ChangeLog | |
parent | ae186e9a85c5fcb9fae262687819c55d1ff03727 (diff) | |
download | glibc-3ce2865f93d42f4721d58088dd6ab1dac06ea85b.tar.gz glibc-3ce2865f93d42f4721d58088dd6ab1dac06ea85b.tar.xz glibc-3ce2865f93d42f4721d58088dd6ab1dac06ea85b.zip |
SH: Replace <endian.h> usage with pre-processor macros.
Follow-up to f8887d0a5feda97244613135822b0439addc2b1f.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 25c1da29f3..0f558fe37c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-04-25 Chung-Lin Tang <cltang@codesourcery.com> + + * sysdeps/sh/memcpy.S: Remove include of endian.h, change + preprocessor endian tests to '#ifdef __BIG_ENDIAN__'. + * sysdeps/sh/strlen.S: Likewise. + 2012-04-24 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/fork.S: Remove file. |