diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2009-12-24 13:22:33 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-12-24 13:22:33 -0800 |
commit | 92505456637430272dc01f082b6f9dbb7f7cb60e (patch) | |
tree | 65a51cf792b355026dc1e211206eb36df57ac709 /ChangeLog | |
parent | 6f89d2f30f97211431d965993f570ed680747584 (diff) | |
download | glibc-92505456637430272dc01f082b6f9dbb7f7cb60e.tar.gz glibc-92505456637430272dc01f082b6f9dbb7f7cb60e.tar.xz glibc-92505456637430272dc01f082b6f9dbb7f7cb60e.zip |
Additional setcontext(), etc. conformance tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 17dca3262f..0c1d2dbd36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-12-15 Maciej W. Rozycki <macro@codesourcery.com> + + * stdlib/tst-makecontext3.c: New file. + * stdlib/tst-sigcontext.c: file. + * stdlib/Makefile (tests): Add new tests. + + * stdlib/tst-setcontext.c (check_called): Fix a typo. + 2009-12-17 H.J. Lu <hongjiu.lu@intel.com> * configure.in: Enable multi-arch by default if the assembler |