pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

compiler-rt-git: Drop local patch



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Aug 8 01:32:16 2017 +0200
Changeset:	5c083423a1e71f9a22bea2ee0f9b0dd92e4bbe4f

Modified Files:
	compiler-rt-git/distinfo
Removed Files:
	compiler-rt-git/patches/patch-lib_asan_asan__stack.h

Log Message:
compiler-rt-git: Drop local patch

Two more changes merged upstream.

Sponsored by <The NetBSD Foundation>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5c083423a1e71f9a22bea2ee0f9b0dd92e4bbe4f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 compiler-rt-git/distinfo                             |  1 -
 compiler-rt-git/patches/patch-lib_asan_asan__stack.h | 14 --------------
 2 files changed, 15 deletions(-)

diffs:
diff --git a/compiler-rt-git/distinfo b/compiler-rt-git/distinfo
index 288546e6b3..f17eba5538 100644
--- a/compiler-rt-git/distinfo
+++ b/compiler-rt-git/distinfo
@@ -17,7 +17,6 @@ SHA1 (patch-lib_asan_asan__interceptors.cc) = 9786a54c62e081c7194efa26139f8539ad
 SHA1 (patch-lib_asan_asan__linux.cc) = 8cc2c9b75ac690f0ef79f912c429fb259bc0dcbd
 SHA1 (patch-lib_asan_asan__malloc__linux.cc) = 8d690c207d11e19ca96f231d41a6c192c8528933
 SHA1 (patch-lib_asan_asan__mapping.h) = 73f5f33e946868b4780864e633916376b11b16f1
-SHA1 (patch-lib_asan_asan__stack.h) = 58aa9e67cf2a92863fd3bd545074dff136bed7c5
 SHA1 (patch-lib_asan_scripts_asan__symbolize.py) = 95024c8d49fdcbdbf5ccc9013e54ad9b3f469e14
 SHA1 (patch-lib_interception_interception__linux.cc) = 41e29e48d879a7c1a8e8c5c466439310783d5e9f
 SHA1 (patch-lib_interception_interception__linux.h) = ebbdd314aeff8be22107a78872a71b9606748b36
diff --git a/compiler-rt-git/patches/patch-lib_asan_asan__stack.h b/compiler-rt-git/patches/patch-lib_asan_asan__stack.h
deleted file mode 100644
index e9f3b055e3..0000000000
--- a/compiler-rt-git/patches/patch-lib_asan_asan__stack.h
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
---- lib/asan/asan_stack.h.orig	2017-07-03 15:33:06.000000000 +0000
-+++ lib/asan/asan_stack.h
-@@ -44,7 +44,8 @@ void GetStackTraceWithPcBpAndContext(Buf
-       // On FreeBSD the slow unwinding that leverages _Unwind_Backtrace()
-       // yields the call stack of the signal's handler and not of the code
-       // that raised the signal (as it does on Linux).
--      if (SANITIZER_FREEBSD && t->isInDeadlySignal()) fast = true;
-+      if ((SANITIZER_FREEBSD || SANITIZER_NETBSD) && t->isInDeadlySignal())
-+        fast = true;
-       uptr stack_top = t->stack_top();
-       uptr stack_bottom = t->stack_bottom();
-       ScopedUnwinding unwind_scope(t);


Home | Main Index | Thread Index | Old Index