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 reduce ...
details: https://anonhg.NetBSD.org/src/rev/53989a07b808
branches: trunk
changeset: 803322:53989a07b808
user: christos <christos%NetBSD.org@localhost>
date: Wed Oct 22 16:29:47 2014 +0000
description:
reduce diffs with upstream.
diffstat:
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_netbsd.cc | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diffs (14 lines):
diff -r a34d5a933826 -r 53989a07b808 external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_netbsd.cc
--- a/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_netbsd.cc Wed Oct 22 11:41:34 2014 +0000
+++ b/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_netbsd.cc Wed Oct 22 16:29:47 2014 +0000
@@ -395,10 +395,6 @@
#define UNWIND_STOP _URC_END_OF_STACK
#define UNWIND_CONTINUE _URC_NO_REASON
#else
-#ifndef _URC_NORMAL_STOP
-#define _URC_NORMAL_STOP 0
-#define _URC_NO_REASON 1
-#endif
#define UNWIND_STOP _URC_NORMAL_STOP
#define UNWIND_CONTINUE _URC_NO_REASON
#endif
Home |
Main Index |
Thread Index |
Old Index