aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2013-08-17 18:36:11 +0930
committerAlan Modra <amodra@gmail.com>2013-10-04 10:38:46 +0930
commit02f04a6c7fea2b474b026bbce721d8c658d71fda (patch)
tree3d19afaf78126459c759d3403c1bf52134389651 /ChangeLog
parent9b874b2f1eb2550e39d3e9c38772e64a767e9de2 (diff)
downloadglibc-02f04a6c7fea2b474b026bbce721d8c658d71fda.tar
glibc-02f04a6c7fea2b474b026bbce721d8c658d71fda.tar.gz
glibc-02f04a6c7fea2b474b026bbce721d8c658d71fda.tar.bz2
glibc-02f04a6c7fea2b474b026bbce721d8c658d71fda.zip
PowerPC LE _dl_hwcap access
http://sourceware.org/ml/libc-alpha/2013-08/msg00091.html More LE support, correcting word accesses to _dl_hwcap. * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use HIWORD/LOWORD. * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto. * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd5d1a181b..ec81a6b817 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2013-10-04 Alan Modra <amodra@gmail.com>
+ * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
+ HIWORD/LOWORD.
+ * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
+ * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
+
+2013-10-04 Alan Modra <amodra@gmail.com>
+
* sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
* sysdeps/powerpc/novmx-longjmp.c: Likewise.
* sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.