CVS commit: src/external/gpl3/gcc.old/usr.bin/include/sanitizer

2018-08-02 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Aug  2 07:47:30 UTC 2018

Modified Files:
src/external/gpl3/gcc.old/usr.bin/include/sanitizer: Makefile

Log Message:
fix the sanitizer include path.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/gcc.old/usr.bin/include/sanitizer/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.old/usr.bin/include/sanitizer/Makefile
diff -u src/external/gpl3/gcc.old/usr.bin/include/sanitizer/Makefile:1.1 src/external/gpl3/gcc.old/usr.bin/include/sanitizer/Makefile:1.2
--- src/external/gpl3/gcc.old/usr.bin/include/sanitizer/Makefile:1.1	Thu Feb  1 20:50:22 2018
+++ src/external/gpl3/gcc.old/usr.bin/include/sanitizer/Makefile	Thu Aug  2 07:47:30 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2018/02/01 20:50:22 kamil Exp $
+#	$NetBSD: Makefile,v 1.2 2018/08/02 07:47:30 mrg Exp $
 
 .include "../../../Makefile.gcc_path"
 
@@ -19,6 +19,6 @@ INCS+=	tsan_interface_atomic.h
 
 .include 
 
-INCSDIR=	/usr/include/gcc-5/sanitizer
+INCSDIR=	/usr/include/gcc-6/sanitizer
 
 .include 



CVS commit: src/external/gpl3/gcc.old/usr.bin/include

2017-10-04 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Oct  5 06:30:19 UTC 2017

Modified Files:
src/external/gpl3/gcc.old/usr.bin/include: Makefile

Log Message:
Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc.old/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/external/gpl3/gcc.old/usr.bin/include/Makefile
diff -u src/external/gpl3/gcc.old/usr.bin/include/Makefile:1.6 src/external/gpl3/gcc.old/usr.bin/include/Makefile:1.7
--- src/external/gpl3/gcc.old/usr.bin/include/Makefile:1.6	Wed Oct  4 23:43:23 2017
+++ src/external/gpl3/gcc.old/usr.bin/include/Makefile	Thu Oct  5 06:30:19 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2017/10/04 23:43:23 christos Exp $
+#	$NetBSD: Makefile,v 1.7 2017/10/05 06:30:19 wiz Exp $
 
 .include "../Makefile.inc"
 
@@ -8,7 +8,7 @@
 
 INCS= ${G_EXTRA_HEADERS:T}
 
-# Part of the standard headers, the rest of wich we replace.
+# Part of the standard headers, the rest of which we replace.
 INCS+=	stdatomic.h
 
 # XXX missed some how



CVS commit: src/external/gpl3/gcc.old/usr.bin/include

2017-10-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Oct  4 23:43:23 UTC 2017

Modified Files:
src/external/gpl3/gcc.old/usr.bin/include: Makefile

Log Message:
Add stdatomic.h


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc.old/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/external/gpl3/gcc.old/usr.bin/include/Makefile
diff -u src/external/gpl3/gcc.old/usr.bin/include/Makefile:1.5 src/external/gpl3/gcc.old/usr.bin/include/Makefile:1.6
--- src/external/gpl3/gcc.old/usr.bin/include/Makefile:1.5	Sat Jul 22 21:12:23 2017
+++ src/external/gpl3/gcc.old/usr.bin/include/Makefile	Wed Oct  4 19:43:23 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2017/07/23 01:12:23 mrg Exp $
+#	$NetBSD: Makefile,v 1.6 2017/10/04 23:43:23 christos Exp $
 
 .include "../Makefile.inc"
 
@@ -8,6 +8,9 @@
 
 INCS= ${G_EXTRA_HEADERS:T}
 
+# Part of the standard headers, the rest of wich we replace.
+INCS+=	stdatomic.h
+
 # XXX missed some how
 .if ${GCC_MACHINE_ARCH} == "i386" || ${GCC_MACHINE_ARCH} == "x86_64"
 INCS+=	mm_malloc.h