Module Name: src
Committed By: joerg
Date: Fri May 16 00:10:57 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Deal with PGO rename.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/compiler_rt/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/compiler_rt/Makefile.inc
diff -u src/lib/libc/compiler_rt/Makefile.inc:1.17 src/lib/libc/compiler_rt/Makefile.inc:1.18
--- src/lib/libc/compiler_rt/Makefile.inc:1.17 Wed Mar 19 20:30:53 2014
+++ src/lib/libc/compiler_rt/Makefile.inc Fri May 16 00:10:57 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.17 2014/03/19 20:30:53 uwe Exp $
+# $NetBSD: Makefile.inc,v 1.18 2014/05/16 00:10:57 joerg Exp $
COMPILER_RT_SRCDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
@@ -171,7 +171,10 @@ GENERIC_SRCS+= \
GENERIC_SRCS+= \
GCDAProfiling.c \
- PGOProfiling.c
+ InstrProfiling.c \
+ InstrProfilingBuffer.c \
+ InstrProfilingFile.c \
+ InstrProfilingPlatformOther.c
.if ${LIBC_MACHINE_ARCH} == "powerpc"
GENERIC_SRCS+= \