Module Name: src Committed By: snj Date: Mon Oct 9 18:05:12 UTC 2017
Modified Files: src/distrib/sets/lists/comp [netbsd-8]: mi src/external/gpl3/gcc/usr.bin/include [netbsd-8]: Makefile Log Message: Pull up following revision(s) (requested by christos in ticket #313): distrib/sets/lists/comp/mi: 1.2148 external/gpl3/gcc/usr.bin/include/Makefile: patch Add stdatomic.h To generate a diff of this commit: cvs rdiff -u -r1.2138.2.1 -r1.2138.2.2 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.8 -r1.8.8.1 src/external/gpl3/gcc/usr.bin/include/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sets/lists/comp/mi diff -u src/distrib/sets/lists/comp/mi:1.2138.2.1 src/distrib/sets/lists/comp/mi:1.2138.2.2 --- src/distrib/sets/lists/comp/mi:1.2138.2.1 Tue Jul 18 17:32:50 2017 +++ src/distrib/sets/lists/comp/mi Mon Oct 9 18:05:11 2017 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.2138.2.1 2017/07/18 17:32:50 snj Exp $ +# $NetBSD: mi,v 1.2138.2.2 2017/10/09 18:05:11 snj Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. ./etc/mtree/set.comp comp-sys-root @@ -1989,6 +1989,7 @@ ./usr/include/gcc-4.8/omp.h comp-gcc-include gcc=48 ./usr/include/gcc-5/omp.h comp-gcc-include gcc=53 ./usr/include/gcc-5/openacc.h comp-gcc-include gcc=53 +./usr/include/gcc-5/stdatomic.h comp-gcc-include gcc=53 ./usr/include/gelf.h comp-c-include ./usr/include/getopt.h comp-c-include ./usr/include/glob.h comp-c-include Index: src/external/gpl3/gcc/usr.bin/include/Makefile diff -u src/external/gpl3/gcc/usr.bin/include/Makefile:1.8 src/external/gpl3/gcc/usr.bin/include/Makefile:1.8.8.1 --- src/external/gpl3/gcc/usr.bin/include/Makefile:1.8 Sat Mar 12 23:07:05 2016 +++ src/external/gpl3/gcc/usr.bin/include/Makefile Mon Oct 9 18:05:11 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/03/12 23:07:05 mrg Exp $ +# $NetBSD: Makefile,v 1.8.8.1 2017/10/09 18:05:11 snj Exp $ .include "../Makefile.inc" @@ -8,6 +8,9 @@ INCS= ${G_EXTRA_HEADERS:T} +# Part of the standard headers, the rest of which we replace. +INCS+= stdatomic.h + # XXX missed some how .if ${GCC_MACHINE_ARCH} == "i386" || ${GCC_MACHINE_ARCH} == "x86_64" INCS+= mm_malloc.h