m68k: add support for {get,make,set,swap}context
commitaaf5420c6d1d2f0135a89d08f22200f0dc0777bd
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 16 Jul 2012 14:54:37 +0000 (16 16:54 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 16 Jul 2012 17:23:33 +0000 (16 19:23 +0200)
tree24d0ed283829c1a49d5aeffedde67162cfa7fc27
parentd0cd7d02120a1700a9b9f2b5601c35142f1be44b
m68k: add support for {get,make,set,swap}context
ports/ChangeLog.m68k
ports/sysdeps/unix/sysv/linux/m68k/m680x0/Makefile [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/m68k/m680x0/getcontext.S [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/m68k/m680x0/makecontext.S [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/m68k/m680x0/setcontext.S [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/m68k/m680x0/swapcontext.S [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/m68k/m680x0/ucontext_i.sym [new file with mode: 0644]