diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-22 02:39:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-22 02:39:11 +0000 |
commit | 93b94c0412b79a84861f1c2b1d2747d291017d73 (patch) | |
tree | 93e3050dc0b18b8dad27c11b2d4e7eb4673876ac /ChangeLog | |
parent | 7d9324612451215ac6402b2d9e73d29b33a0820b (diff) | |
download | glibc-93b94c0412b79a84861f1c2b1d2747d291017d73.tar glibc-93b94c0412b79a84861f1c2b1d2747d291017d73.tar.gz glibc-93b94c0412b79a84861f1c2b1d2747d291017d73.tar.bz2 glibc-93b94c0412b79a84861f1c2b1d2747d291017d73.zip |
* sysdeps/i386/i686/memset.S: Fix treatment of unaligned pointer.
Reported by John Zulauf <john.zulauf@amd.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-02-21 Roland McGrath <roland@redhat.com> + + * sysdeps/i386/i686/memset.S: Fix treatment of unaligned pointer. + Reported by John Zulauf <john.zulauf@amd.com>. + 2004-11-23 Richard Sandiford <rsandifo@redhat.com> * configure.in (libc_cv_gcc_dwarf2_unwind_info): Delete. |