-
- Downloads
re PR other/53889 (Gthreads doesn't support destroying recursive mutexes)
libgcc: PR other/53889 * gthr.h (__gthread_recursive_mutex_destroy): Document new required function. * gthr-posix.h (__gthread_recursive_mutex_destroy): Define. * gthr-single.h (__gthread_recursive_mutex_destroy): Likewise. * config/gthr-rtems.h (__gthread_recursive_mutex_destroy): Likewise. * config/gthr-vxworks.h (__gthread_recursive_mutex_destroy): Likewise. * config/i386/gthr-win32.h (__gthread_recursive_mutex_destroy): Likewise. * config/mips/gthr-mipssde.h (__gthread_recursive_mutex_destroy): Likewise. * config/pa/gthr-dce.h (__gthread_recursive_mutex_destroy): Likewise. * config/s390/gthr-tpf.h (__gthread_recursive_mutex_destroy): Likewise. libstdc++-v3: PR other/53889 * include/std/mutex (__recursive_mutex_base::~__recursive_mutex_base): Use __gthread_recursive_mutex_destroy. (__recursive_mutex_base::_S_destroy): Remove. (__recursive_mutex_base::_S_destroy_win32): Likewise. * include/ext/concurrence.h (__recursive_mutex::~__recursive_mutex): Use __gthread_recursive_mutex_destroy. (__recursive_mutex::_S_destroy): Remove. (__recursive_mutex::_S_destroy_win32): Likewise. From-SVN: r192002
Showing
- libgcc/ChangeLog 16 additions, 0 deletionslibgcc/ChangeLog
- libgcc/config/gthr-rtems.h 9 additions, 2 deletionslibgcc/config/gthr-rtems.h
- libgcc/config/gthr-vxworks.h 7 additions, 2 deletionslibgcc/config/gthr-vxworks.h
- libgcc/config/i386/gthr-win32.c 8 additions, 2 deletionslibgcc/config/i386/gthr-win32.c
- libgcc/config/i386/gthr-win32.h 16 additions, 2 deletionslibgcc/config/i386/gthr-win32.h
- libgcc/config/mips/gthr-mipssde.h 8 additions, 1 deletionlibgcc/config/mips/gthr-mipssde.h
- libgcc/config/pa/gthr-dce.h 7 additions, 2 deletionslibgcc/config/pa/gthr-dce.h
- libgcc/config/s390/gthr-tpf.h 6 additions, 1 deletionlibgcc/config/s390/gthr-tpf.h
- libgcc/gthr-posix.h 6 additions, 0 deletionslibgcc/gthr-posix.h
- libgcc/gthr-single.h 7 additions, 2 deletionslibgcc/gthr-single.h
- libgcc/gthr.h 2 additions, 2 deletionslibgcc/gthr.h
- libstdc++-v3/ChangeLog 12 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/ext/concurrence.h 1 addition, 38 deletionslibstdc++-v3/include/ext/concurrence.h
- libstdc++-v3/include/std/mutex 2 additions, 38 deletionslibstdc++-v3/include/std/mutex
Loading
Please register or sign in to comment