diff options
author | Roland McGrath <roland@gnu.org> | 2004-12-17 03:34:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-12-17 03:34:09 +0000 |
commit | b86d92c02bf7f77ca368c286661e37d3b5bd967b (patch) | |
tree | d870b81d11ac1b99e0541d97aa25ed5b54ccc77a /ChangeLog | |
parent | 1b0896ef0323207ba5b561dfe7d87850dbf9a9dc (diff) | |
download | glibc-b86d92c02bf7f77ca368c286661e37d3b5bd967b.tar.gz glibc-b86d92c02bf7f77ca368c286661e37d3b5bd967b.tar.xz glibc-b86d92c02bf7f77ca368c286661e37d3b5bd967b.zip |
[BZ #610]
2004-09-02 Steven Munroe <sjmunroe@us.ibm.com> [BZ #610] * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S (__novec_getcontext): Fix typo in store of fp29. (__getcontext): Fix typo in store of fp29. * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S (__novec_swapcontext): Fix typo in store of fp29. (__swapcontext): Fix typo in store of fp29.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e3432a9e86..edf8bbf39c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-09-02 Steven Munroe <sjmunroe@us.ibm.com> + + [BZ #610] + * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S + (__novec_getcontext): Fix typo in store of fp29. + (__getcontext): Fix typo in store of fp29. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S + (__novec_swapcontext): Fix typo in store of fp29. + (__swapcontext): Fix typo in store of fp29. + 2004-12-17 GOTO Masanori <gotom@debian.or.jp> * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Fix |