Module Name:    src
Committed By:   christos
Date:           Wed Jan  7 03:49:14 UTC 2015

Modified Files:
        src/external/gpl3/gcc/lib/libtsan: Makefile
Added Files:
        src/external/gpl3/gcc/lib/libtsan: shlib_version

Log Message:
fix library name; add shared library version


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/libtsan/Makefile
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gcc/lib/libtsan/shlib_version

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/libtsan/Makefile
diff -u src/external/gpl3/gcc/lib/libtsan/Makefile:1.1 src/external/gpl3/gcc/lib/libtsan/Makefile:1.2
--- src/external/gpl3/gcc/lib/libtsan/Makefile:1.1	Wed Oct 22 17:22:06 2014
+++ src/external/gpl3/gcc/lib/libtsan/Makefile	Tue Jan  6 22:49:13 2015
@@ -1,3 +1,4 @@
+# $NetBSD: Makefile,v 1.2 2015/01/07 03:49:13 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -56,7 +57,7 @@ SANITIZER_SRCS= \
 # The linux build does this to avoid preinit sections on shared libraries
 CSHLIBFLAGS+= -DPIC
 
-LIB=	asan
+LIB=	tsan
 SRCS=	${TSAN_SRCS} ${INTERCEPTION_SRCS} ${SANITIZER_SRCS}
 CPPFLAGS+=-I${TSAN}/include -I${TSAN}
 

Added files:

Index: src/external/gpl3/gcc/lib/libtsan/shlib_version
diff -u /dev/null src/external/gpl3/gcc/lib/libtsan/shlib_version:1.1
--- /dev/null	Tue Jan  6 22:49:14 2015
+++ src/external/gpl3/gcc/lib/libtsan/shlib_version	Tue Jan  6 22:49:13 2015
@@ -0,0 +1,2 @@
+major=0
+minor=0

Reply via email to