diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-12-12 18:03:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-12-12 18:03:27 +0000 |
commit | a78814a99acf70c9ccc967417a082cc8117586b4 (patch) | |
tree | affdc394b42b27092f6ebe3efe1e2b767b6d3530 /ChangeLog | |
parent | 58d1179512a439514003b25b59eff7486a03fe0c (diff) | |
download | glibc-a78814a99acf70c9ccc967417a082cc8117586b4.tar.gz glibc-a78814a99acf70c9ccc967417a082cc8117586b4.tar.xz glibc-a78814a99acf70c9ccc967417a082cc8117586b4.zip |
[BZ #5477]
2007-12-12 Jakub Jelinek <jakub@redhat.com> * sysdeps/i386/i486/bits/string.h (memmove): Define as macro. (memmove): Rename to __memmove_g, with __asm__ ("memmove"). * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g, __strcat_g, __strncat_g): Add __asm__. 2007-12-12 Ulrich Drepper <drepper@redhat.com> [BZ #5477] * io/fchmodat.c: Fix typo in stub_warning use. Patch by Petr Salinger.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 05780cdd3a..69fa31bff5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2007-12-12 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/i386/i486/bits/string.h (memmove): Define as macro. + (memmove): Rename to __memmove_g, with __asm__ ("memmove"). + * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g, + __strcat_g, __strncat_g): Add __asm__. + +2007-12-12 Ulrich Drepper <drepper@redhat.com> + + [BZ #5477] + * io/fchmodat.c: Fix typo in stub_warning use. + Patch by Petr Salinger. + 2007-12-11 Ulrich Drepper <drepper@redhat.com> * iconvdata/hp-thai8.c: New file. |