mirror of git://sourceware.org/git/glibc.git
As described in a recent glibc thread [1], the rt_sigreturn syscall on setcontext and swapcontext is not used on default use and its intention is no really supported since neither setcontext nor swapcontext are async-signal-safe. Checked on powerpc64-linux-gnu and powerpc-linux-gnu. * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Remove rt_sigreturn call. * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewie. * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise. [1] https://sourceware.org/ml/libc-alpha/2019-02/msg00367.html |
||
|---|---|---|
| .. | ||
| 405 | ||
| 440 | ||
| 464 | ||
| 476 | ||
| 970 | ||
| a2 | ||
| cell | ||
| e500/nofpu | ||
| fpu | ||
| nofpu | ||
| Makefile | ||
| Versions | ||
| ____longjmp_chk.S | ||
| alphasort64.c | ||
| brk.S | ||
| c++-types.data | ||
| clone.S | ||
| configure | ||
| configure.ac | ||
| fxstat.c | ||
| fxstatat.c | ||
| getcontext-common.S | ||
| getcontext.S | ||
| jmp_buf-macros.h | ||
| kernel_stat.h | ||
| ld.abilist | ||
| libBrokenLocale.abilist | ||
| libanl.abilist | ||
| libcrypt.abilist | ||
| libdl.abilist | ||
| libnsl.abilist | ||
| libpthread.abilist | ||
| libresolv.abilist | ||
| librt.abilist | ||
| libthread_db.abilist | ||
| libutil.abilist | ||
| lxstat.c | ||
| makecontext.S | ||
| setcontext-common.S | ||
| setcontext.S | ||
| swapcontext-common.S | ||
| swapcontext.S | ||
| syscalls.list | ||
| sysdep.h | ||
| ucontext_i.sym | ||
| versionsort64.c | ||
| vfork.S | ||
| xstat.c | ||