diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-03 01:22:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-03 01:22:20 +0000 |
commit | 56b6e214d5d3bfa72fb999b496999fab14937575 (patch) | |
tree | dabe0c3b454a32ff9f7a3556662319e96549d960 /ChangeLog | |
parent | 29b3c4f2ad92ac2f4176b3cff5c33ef24d82aac1 (diff) | |
download | glibc-56b6e214d5d3bfa72fb999b496999fab14937575.tar.gz glibc-56b6e214d5d3bfa72fb999b496999fab14937575.tar.xz glibc-56b6e214d5d3bfa72fb999b496999fab14937575.zip |
Update.
* posix/Makefile (tests): Add tst-mmap. * posix/tst-mmap.c: New file. * sysdeps/unix/sysv/linux/i386/mmap64.S: Pop registers after mmap2 call before handling error.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4e39b0112a..fee7a5ea2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2000-01-02 Ulrich Drepper <drepper@cygnus.com> + * posix/Makefile (tests): Add tst-mmap. + * posix/tst-mmap.c: New file. + + * sysdeps/unix/sysv/linux/i386/mmap64.S: Pop registers after mmap2 + call before handling error. + * sysdeps/unix/sysv/linux/i386/mmap64.S: Handle unaligned offsets. * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise. |