Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/compiler_rt Deal with PGO rename.



details:   https://anonhg.NetBSD.org/src/rev/96ed6293884f
branches:  trunk
changeset: 329235:96ed6293884f
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 16 00:10:57 2014 +0000

description:
Deal with PGO rename.

diffstat:

 lib/libc/compiler_rt/Makefile.inc |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 26796ca8ede0 -r 96ed6293884f lib/libc/compiler_rt/Makefile.inc
--- a/lib/libc/compiler_rt/Makefile.inc Fri May 16 00:08:17 2014 +0000
+++ b/lib/libc/compiler_rt/Makefile.inc Fri May 16 00:10:57 2014 +0000
@@ -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+= \
        GCDAProfiling.c \
-       PGOProfiling.c
+       InstrProfiling.c \
+       InstrProfilingBuffer.c \
+       InstrProfilingFile.c \
+       InstrProfilingPlatformOther.c
 
 .if ${LIBC_MACHINE_ARCH} == "powerpc"
 GENERIC_SRCS+= \



Home | Main Index | Thread Index | Old Index