2009-04-18 Maciej W. Rozycki <macro@codesourcery.com>
authorJoseph Myers <joseph@codesourcery.com>
Sat, 18 Apr 2009 17:32:04 +0000 (17:32 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Sat, 18 Apr 2009 17:32:04 +0000 (17:32 +0000)
commitff3475331e3007db16d792b1e1489170b71308a1
tree471cebbd5d9391de428d0c30ed463eaf37bef59c
parent19d6bdd79a7b35f36fda4b9b0e5cd860d4f5d656
2009-04-18  Maciej W. Rozycki  <macro@codesourcery.com>

* sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
* sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
* sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
* sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
* sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
Update comment.
* sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
* sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
* sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
Add ucontext_i.sym.
ChangeLog.mips
sysdeps/unix/sysv/linux/mips/Makefile
sysdeps/unix/sysv/linux/mips/getcontext.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/mips/makecontext.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/mips/setcontext.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/mips/swapcontext.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/mips/sys/ucontext.h
sysdeps/unix/sysv/linux/mips/ucontext_i.sym [new file with mode: 0644]