aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55dcc2b..1dd40fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
2014-04-17 Will Newton <will.newton@linaro.org>
[BZ #16629]
+ * stdlib/tst-setcontext.c: Include signal.h.
+ (main): Check that the signal stack before and
+ after swapcontext is the same.
+
* sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
Re-implement to restore registers in user code and avoid
rt_sigreturn system call.