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/f00bc3788594
branches:  trunk
changeset: 333175:f00bc3788594
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 fb3d8555276a -r f00bc3788594 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