Module Name: src
Committed By: christos
Date: Wed Oct 22 03:07:11 UTC 2014
Modified Files:
src/external/gpl3/gcc/lib/libasan: Makefile
Log Message:
Go back to use the linux version which can be used for our stuff too now.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/lib/libasan/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/lib/libasan/Makefile
diff -u src/external/gpl3/gcc/lib/libasan/Makefile:1.3 src/external/gpl3/gcc/lib/libasan/Makefile:1.4
--- src/external/gpl3/gcc/lib/libasan/Makefile:1.3 Tue Oct 21 20:16:29 2014
+++ src/external/gpl3/gcc/lib/libasan/Makefile Tue Oct 21 23:07:11 2014
@@ -26,7 +26,7 @@ ASAN_SRCS= \
asan_preinit.cc
INTERCEPTION_SRCS= \
- interception_netbsd.cc \
+ interception_linux.cc \
interception_type_test.cc
SANITIZER_SRCS= \