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 no clon...
details: https://anonhg.NetBSD.org/src/rev/d510f343523a
branches: trunk
changeset: 450509:d510f343523a
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Apr 16 07:34:54 2019 +0000
description:
no clone() on netbsd.
diffstat:
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 43f725c9a999 -r d510f343523a external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux.cc
--- a/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux.cc Tue Apr 16 07:32:30 2019 +0000
+++ b/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux.cc Tue Apr 16 07:34:54 2019 +0000
@@ -1182,7 +1182,7 @@
: "x30", "memory");
return res;
}
-#elif defined(__powerpc64__)
+#elif defined(__powerpc64__) && SANITIZER_LINUX
uptr internal_clone(int (*fn)(void *), void *child_stack, int flags, void *arg,
int *parent_tidptr, void *newtls, int *child_tidptr) {
long long res;
Home |
Main Index |
Thread Index |
Old Index