summaryrefslogtreecommitdiff
path: root/.topmsg
blob: ac6c6880d8a102bec2a46f6a8b7888155bea1b0a (plain)
1
2
3
4
5
6
7
8
9
Subject: [PATCH] getcontext, makecontext, setcontext, swapcontext

From: Thomas Schwinge <thomas@codesourcery.com>

Adapted from the Linux x86 functions.

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).