Source-Changes-HG archive

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

[src/netbsd-8]: src Pull up following revision(s) (requested by christos in t...



details:   https://anonhg.NetBSD.org/src/rev/1c3df5cfa6dc
branches:  netbsd-8
changeset: 851055:1c3df5cfa6dc
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Oct 09 18:05:11 2017 +0000

description:
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

diffstat:

 distrib/sets/lists/comp/mi                 |  3 ++-
 external/gpl3/gcc/usr.bin/include/Makefile |  5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 61fd992d0cfa -r 1c3df5cfa6dc distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Mon Oct 09 17:59:16 2017 +0000
+++ b/distrib/sets/lists/comp/mi        Mon Oct 09 18:05:11 2017 +0000
@@ -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
diff -r 61fd992d0cfa -r 1c3df5cfa6dc external/gpl3/gcc/usr.bin/include/Makefile
--- a/external/gpl3/gcc/usr.bin/include/Makefile        Mon Oct 09 17:59:16 2017 +0000
+++ b/external/gpl3/gcc/usr.bin/include/Makefile        Mon Oct 09 18:05:11 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index