Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/lib/libasan Go back to use the linux versi...



details:   https://anonhg.NetBSD.org/src/rev/2c9ef078d20a
branches:  trunk
changeset: 803317:2c9ef078d20a
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 22 03:07:11 2014 +0000

description:
Go back to use the linux version which can be used for our stuff too now.

diffstat:

 external/gpl3/gcc/lib/libasan/Makefile |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 639303f6b193 -r 2c9ef078d20a external/gpl3/gcc/lib/libasan/Makefile
--- a/external/gpl3/gcc/lib/libasan/Makefile    Wed Oct 22 00:46:15 2014 +0000
+++ b/external/gpl3/gcc/lib/libasan/Makefile    Wed Oct 22 03:07:11 2014 +0000
@@ -26,7 +26,7 @@
        asan_preinit.cc
 
 INTERCEPTION_SRCS= \
-       interception_netbsd.cc \
+       interception_linux.cc \
        interception_type_test.cc
 
 SANITIZER_SRCS= \



Home | Main Index | Thread Index | Old Index