diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-05-16 12:28:19 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-07-25 04:54:00 -0700 |
commit | 8516ad2de3ae7c720370e06e7aa98d135b3c30eb (patch) | |
tree | 2b78327ae70d222f896b7678a87febee5c2a8ba9 /ChangeLog | |
parent | fddcd003776ce242526e809ebfbdcccf31e486c6 (diff) | |
download | glibc-8516ad2de3ae7c720370e06e7aa98d135b3c30eb.zip glibc-8516ad2de3ae7c720370e06e7aa98d135b3c30eb.tar.gz glibc-8516ad2de3ae7c720370e06e7aa98d135b3c30eb.tar.bz2 |
Add a test for multiple makecontext calls
Check multiple makecontext calls.
* stdlib/Makefile (tests): Add tst-swapcontext1.
* stdlib/tst-swapcontext1.c: New test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2018-07-25 H.J. Lu <hongjiu.lu@intel.com> + * stdlib/Makefile (tests): Add tst-swapcontext1. + * stdlib/tst-swapcontext1.c: New test. + +2018-07-25 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/x86/Makefile (tests): Add tst-cet-legacy-1, tst-cet-legacy-2, tst-cet-legacy-2a, tst-cet-legacy-3, tst-cet-legacy-4, tst-cet-legacy-4a, tst-cet-legacy-4b |