Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common Disable...
details: https://anonhg.NetBSD.org/src/rev/1e468f61fe06
branches: trunk
changeset: 954884:1e468f61fe06
user: kamil <kamil%NetBSD.org@localhost>
date: Sat Sep 12 22:52:24 2020 +0000
description:
Disable GetNamedMappingFd for NetBSD
Analogous logic is in LLVM rev. 74760bb00fb9b78a2fe122.
Removes undefined symbol linkage to shm_unlink and shm_open.
diffstat:
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r fd527373a73d -r 1e468f61fe06 external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cc
--- a/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cc Sat Sep 12 22:35:43 2020 +0000
+++ b/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cc Sat Sep 12 22:52:24 2020 +0000
@@ -304,7 +304,7 @@
MemoryMappingLayout::CacheMemoryMappings();
}
-#if SANITIZER_ANDROID || SANITIZER_GO
+#if SANITIZER_ANDROID || SANITIZER_GO || SANITIZER_NETBSD
int GetNamedMappingFd(const char *name, uptr size) {
return -1;
}
Home |
Main Index |
Thread Index |
Old Index