summaryrefslogtreecommitdiff
path: root/.topmsg
blob: cc9ff2dc9980fe869b2d95d8407270dfc7016ef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
Commited for glibc 2.31

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