Module Name:    src
Committed By:   mrg
Date:           Tue Mar 15 19:13:22 UTC 2016

Modified Files:
        src/external/gpl3/gcc/usr.bin/common: Makefile
        src/external/gpl3/gcc/usr.bin/lto-wrapper: Makefile
        src/external/gpl3/gcc/usr.bin/lto1: Makefile

Log Message:
add new sources in GCC 5.3.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/usr.bin/common/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/usr.bin/lto-wrapper/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/usr.bin/lto1/Makefile

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/usr.bin/common/Makefile
diff -u src/external/gpl3/gcc/usr.bin/common/Makefile:1.3 src/external/gpl3/gcc/usr.bin/common/Makefile:1.4
--- src/external/gpl3/gcc/usr.bin/common/Makefile:1.3	Sat May 31 22:55:17 2014
+++ src/external/gpl3/gcc/usr.bin/common/Makefile	Tue Mar 15 19:13:22 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2014/05/31 22:55:17 mrg Exp $
+#	$NetBSD: Makefile,v 1.4 2016/03/15 19:13:22 mrg Exp $
 
 LIBISPRIVATE=	yes
 
@@ -7,7 +7,13 @@ LIBISPRIVATE=	yes
 
 LIB=		common
 
-SRCS=		diagnostic.c pretty-print.c intl.c input.c version.c
+SRCS=		diagnostic.c \
+		diagnostic-color.c \
+		pretty-print.c \
+		intl.c \
+		vec.c \
+		input.c \
+		version.c
 
 # XXX make sure this doesn't have more than it needs
 CPPFLAGS+=	-I${GCCARCH} -I${BACKENDOBJ} -I. \

Index: src/external/gpl3/gcc/usr.bin/lto-wrapper/Makefile
diff -u src/external/gpl3/gcc/usr.bin/lto-wrapper/Makefile:1.1 src/external/gpl3/gcc/usr.bin/lto-wrapper/Makefile:1.2
--- src/external/gpl3/gcc/usr.bin/lto-wrapper/Makefile:1.1	Wed Jan  7 02:02:44 2015
+++ src/external/gpl3/gcc/usr.bin/lto-wrapper/Makefile	Tue Mar 15 19:13:22 2016
@@ -1,8 +1,9 @@
-#	$NetBSD: Makefile,v 1.1 2015/01/07 02:02:44 christos Exp $
+#	$NetBSD: Makefile,v 1.2 2016/03/15 19:13:22 mrg Exp $
 
 NOMAN=1
 PROG=		lto-wrapper
-SRCS=		lto-wrapper.c
+SRCS=		lto-wrapper.c \
+		collect-utils.c
 CPPFLAGS+=	-DPREFIX=\"/usr\"
 
 .include "../Makefile.backend"
@@ -13,7 +14,6 @@ CPPFLAGS+=	-DPREFIX=\"/usr\"
 DPADD+=                 ${LIBIBERTYOBJ}/libiberty.a
 LDADD+=                 ${LIBIBERTYOBJ}/libiberty.a
 
-
 # VER_CPPFLAGS from Makefile.inc
 
 LDADD+=	${LIBMPC} ${LIBMPFR} ${LIBGMP} -lintl -lz -lm

Index: src/external/gpl3/gcc/usr.bin/lto1/Makefile
diff -u src/external/gpl3/gcc/usr.bin/lto1/Makefile:1.2 src/external/gpl3/gcc/usr.bin/lto1/Makefile:1.3
--- src/external/gpl3/gcc/usr.bin/lto1/Makefile:1.2	Wed Jan 14 20:26:41 2015
+++ src/external/gpl3/gcc/usr.bin/lto1/Makefile	Tue Mar 15 19:13:22 2016
@@ -1,7 +1,13 @@
-#	$NetBSD: Makefile,v 1.2 2015/01/14 20:26:41 tron Exp $
+#	$NetBSD: Makefile,v 1.3 2016/03/15 19:13:22 mrg Exp $
 
 PROG=		lto1
-SRCS=		lto-partition.c lto-object.c lto.c lto-lang.c attribs.c main.c
+SRCS=		lto-partition.c \
+		lto-object.c \
+		lto.c \
+		lto-lang.c \
+		lto-symtab.c \
+		attribs.c \
+		main.c
 
 CPPFLAGS+=	-DPREFIX=\"/usr\"
 

Reply via email to