Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/gpl3/gcc/dist/libsanitizer/tsan
Module Name: src
Committed By: christos
Date: Tue Oct 14 20:26:37 UTC 2025
Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/tsan:
tsan_interceptors_posix.cpp
Log Message:
Use atexit(3) instead of __cxa_atexit(3) on NetBSD when dso == NULL because
our __cxa_atexit asserts.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/gcc/dist/libsanitizer/tsan/tsan_interceptors_posix.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index