sparc: add deprecated context switching functions
commit2b3cdadee36b0445ed799932358dd94a1e839b46
authorWaldemar Brodkorb <wbx@uclibc-ng.org>
Sat, 23 Apr 2016 10:17:56 +0000 (23 12:17 +0200)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Tue, 26 Apr 2016 17:41:08 +0000 (26 19:41 +0200)
tree88120c5bcbf0a5420b3407bc5b0ccc1f0eae1456
parentf1dcb9beedc5d05238e90cfbad026736d6efe891
sparc: add deprecated context switching functions

Ported over from glibc mostly without changes.
Lightly tested with mongrel2 in qemu-system-sparc.
extra/Configs/Config.sparc
libc/sysdeps/linux/sparc/Makefile.arch
libc/sysdeps/linux/sparc/getcontext.S [new file with mode: 0644]
libc/sysdeps/linux/sparc/makecontext.c [new file with mode: 0644]
libc/sysdeps/linux/sparc/setcontext.S [new file with mode: 0644]
libc/sysdeps/linux/sparc/swapcontext.S [new file with mode: 0644]
libc/sysdeps/linux/sparc/ucontext_i.sym [new file with mode: 0644]