summaryrefslogtreecommitdiff
path: root/.topmsg
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-05-19 02:00:35 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-05-19 02:00:35 +0200
commit018259d791f1ced4b2ced88c393cc74de15006ed (patch)
tree8d966421ab9ae6c0a0918e7487c9115bbb51e5ea /.topmsg
parent5cb476e85cf964845c91ba564e7bcb6fbc8d03b1 (diff)
getcontext, makecontext, setcontext, swapcontext.
Not thoroughly tested, but manual testing as well as glibc tests look fine, and manual -lpthread testing also looks fine (within the given bounds for a new stack to be used with makecontext).
Diffstat (limited to '.topmsg')
-rw-r--r--.topmsg4
1 files changed, 3 insertions, 1 deletions
diff --git a/.topmsg b/.topmsg
index 57b93e41cf..ac6c6880d8 100644
--- a/.topmsg
+++ b/.topmsg
@@ -4,4 +4,6 @@ From: Thomas Schwinge <thomas@codesourcery.com>
Adapted from the Linux x86 functions.
-Totally untested, and blocked (for thread-switching) on t/tls-threadvars.
+Not thoroughly tested, but manual testing as well as glibc tests look fine, and
+manual -lpthread testing also looks fine (within the given bounds for a new
+stack to be used with makecontext).