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: riastradh
Date: Mon Jun 17 23:35:52 UTC 2024
Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/tsan:
tsan_interceptors_posix.cpp tsan_rtl.cpp tsan_rtl.h
Log Message:
libtsan: Work around large TLS alignment issue.
PR lib/58349: tsan expects cacheline-aligned thread-local variables
but ld.elf_so only supports pointer-aligned
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/gcc/dist/libsanitizer/tsan/tsan_interceptors_posix.cpp \
src/external/gpl3/gcc/dist/libsanitizer/tsan/tsan_rtl.cpp
cvs rdiff -u -r1.4 -r1.5 \
src/external/gpl3/gcc/dist/libsanitizer/tsan/tsan_rtl.h
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