diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-10-14 17:50:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-10-14 17:50:36 +0000 |
commit | 43f1b09e83cdedc1145d1fa65a17fb853bd17174 (patch) | |
tree | 5f593fa77e2634ee7d21bbb6302e7fd8d6e90d7f | |
parent | 5ec45f7174d2024e4766323314923ab40a469715 (diff) | |
download | glibc-43f1b09e83cdedc1145d1fa65a17fb853bd17174.tar glibc-43f1b09e83cdedc1145d1fa65a17fb853bd17174.tar.gz glibc-43f1b09e83cdedc1145d1fa65a17fb853bd17174.tar.bz2 glibc-43f1b09e83cdedc1145d1fa65a17fb853bd17174.zip |
* stdlib/Makefile (tests): Add tst-ucontext-off.
* stdlib/tst-ucontext-off.c: New file.
* sysdeps/unix/sysv/linux/x86_64/ucontext_i.h (TEST): Define.
* sysdeps/unix/sysv/linux/i386/ucontext_i.h (TESTS): Likewise.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | localedata/ChangeLog | 3 |
2 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2005-10-14 Ulrich Drepper <drepper@redhat.com> + * stdlib/Makefile (tests): Add tst-ucontext-off. + * stdlib/tst-ucontext-off.c: New file. + * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h (TEST): Define. + * sysdeps/unix/sysv/linux/i386/ucontext_i.h (TESTS): Likewise. + [BZ #1468] * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Fix values for oFPREGS, oSIGMASK, oFPREGSMEM, and oMXCSR. diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 9d0d7c0142..c8b1f2371c 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,8 @@ 2005-10-14 Ulrich Drepper <drepper@redhat.com> + [BZ #981] + * locales/ca_ES: Fix title. + [BZ #980] * locales/yi_US: Fix title. |