CVS commit: src/tools/gcc

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 16 05:47:43 UTC 2016 Modified Files: src/tools/gcc: Makefile Log Message: unwind.h has a new problem, and fix the grabbing of x86 specific files. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/tools/gcc/M

CVS commit: src/external/gpl3/gcc/lib

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 16 05:44:16 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile Makefile.inc src/external/gpl3/gcc/lib/libobjc: Makefile Log Message: apply an ugly hack to force-build insn-modes.h for libgcc and libob

CVS commit: src/external/gpl3/gcc/lib/libbacktrace

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 16 05:42:07 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libbacktrace: Makefile Log Message: spell $NetBSD$ with the trailing $. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/lib/li

CVS commit: src/external/gpl3/gcc/lib

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 16 05:41:47 UTC 2016 Modified Files: src/external/gpl3/gcc/lib: Makefile Log Message: libgcc needs to be fully built before others (so that headers are) so add a .WAIT. make sure to check MKCXX for libs??c++*. XXX turn of l

CVS commit: src/distrib/sets/lists/comp

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 16 05:39:49 UTC 2016 Modified Files: src/distrib/sets/lists/comp: md.amd64 Log Message: GCC 5.3 sets for amd64. To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237 src/distrib/sets/lists/comp/md.amd64 Please no

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 16 05:33:50 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: quote AD and LD. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/external/gpl3/gcc/usr.bin/backend/Makefile

CVS commit: src/external/gpl3/gcc/dist/gcc/config

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 16 05:33:16 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd-elf.h Log Message: remove remaining mudflap bits To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gcc/dist/gcc/

CVS commit: src/distrib/sets/lists

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 16 05:32:10 UTC 2016 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: md.i386 mi shl.mi src/distrib/sets/lists/debug: mi shl.mi Log Message: GCC 5.3 sets (just for i386 so far)

CVS commit: src/external/gpl3/autoconf/dist

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 16 00:52:42 UTC 2016 Modified Files: src/external/gpl3/autoconf/dist: Makefile.am Makefile.in Log Message: avoid rebuilding the INSTALL file which may be in a r/o src dir. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/usr.bin/make

2016-03-15 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Wed Mar 16 00:19:01 UTC 2016 Modified Files: src/usr.bin/make: make.1 Log Message: Fix syntax To generate a diff of this commit: cvs rdiff -u -r1.255 -r1.256 src/usr.bin/make/make.1 Please note that diffs are not public domain; th

CVS commit: src/external/gpl3/gcc

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 15 21:43:25 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386: defs.mk src/external/gpl3/gcc/usr.bin/gcc/arch/i386: configargs.h defs.mk Log Message: regen To generate a diff of this commit:

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 15 21:42:59 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3: Makefile Log Message: - fix build for c98/c11 versions of codecvt.cc - the c99 subdir localename.cc and locale_init.cc need -std=gnu++11 To genera

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 15 21:41:36 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: port to GCC 5.3: - handle wide-int{,-print}.cc with a hack - clean up CLEANFILES - build gengtype{-lex,-parse,-state,}.c proper

CVS commit: src/tools/gcc

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 15 21:38:32 UTC 2016 Modified Files: src/tools/gcc: Makefile mknative-gcc Log Message: - pull i386-builtin-types.inc automatically on x86 - reenable cxx rt support - don't grab insn-modes.h, we build it - rename the c98 and c

CVS commit: src/external/gpl3/gcc/lib/crtstuff

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 15 19:21:27 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/crtstuff: Makefile Log Message: fix the path for $GCCARCH. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/gcc/lib/crtstuff/Make

CVS commit: src/external/gpl3/gcc

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 15 19:18:00 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386: c++config.h src/external/gpl3/gcc/usr.bin/gcc/arch/i386: auto-host.h configargs.h i386-builtin-types.inc src/ex

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

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 15 19:14:47 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile Makefile.inc Added Files: src/external/gpl3/gcc/usr.bin/host-libcpp: Makefile Log Message: build a host version of libcpp, same as we do for

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

2016-03-15 Thread matthew green
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

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

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 15 19:12:06 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/cpp: Makefile src/external/gpl3/gcc/usr.bin/frontend: Makefile src/external/gpl3/gcc/usr.bin/g++: Makefile src/external/gpl3/gcc/usr.bi

CVS commit: src/distrib/sets/lists/base

2016-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 15 18:40:50 UTC 2016 Modified Files: src/distrib/sets/lists/base: mi Log Message: add new zoneinfo files, sort To generate a diff of this commit: cvs rdiff -u -r1.1122 -r1.1123 src/distrib/sets/lists/base/mi Please no

CVS commit: src/usr.bin/make

2016-03-15 Thread Matthias Pfaller
Module Name:src Committed By: matthias Date: Tue Mar 15 18:30:14 UTC 2016 Modified Files: src/usr.bin/make: suff.c Log Message: Another small change to make archive member rules work. With this change archive member rules seem to work as expected again. To generate a dif

CVS import: src/external/public-domain/tz/dist

2016-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 15 17:52:40 UTC 2016 Update of /cvsroot/src/external/public-domain/tz/dist In directory ivanova.netbsd.org:/tmp/cvs-serv12170 Log Message: Import tzdata2016b from ftp://ftp.iana.org/tz/releases/tzdata2016b.tar.gz Summary of cha

CVS commit: src/external/public-domain/tz

2016-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 15 17:33:14 UTC 2016 Modified Files: src/external/public-domain/tz: tzdata2netbsd Log Message: update for 2016b To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/public-domain/tz/tzdata2netbsd P

CVS commit: src/doc

2016-03-15 Thread Christos Zoulas
# [Note: This file does not mention every change made to the NetBSD source tree. @@ -255,3 +255,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0: [christos 20160301] bind: Import version 9.10.3-P4. [christos 20160309] OpenSSH: Imported 7.2. [christos 20160310] + libc: Update to tzcode2016b. [ch

CVS import: src/external/public-domain/tz/dist

2016-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 15 17:25:52 UTC 2016 Update of /cvsroot/src/external/public-domain/tz/dist In directory ivanova.netbsd.org:/tmp/cvs-serv15864 Log Message: Import tzdata2016b from ftp://ftp.iana.org/tz/releases/tzdata2016b.tar.gz Summary of cha

CVS import: src/external/public-domain/tz/dist

2016-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 15 17:10:28 UTC 2016 Update of /cvsroot/src/external/public-domain/tz/dist In directory ivanova.netbsd.org:/tmp/cvs-serv13532 Log Message: Release 2016b - 2016-03-12 17:30:14 -0800 Changes affecting future time stamps Ne

CVS commit: src/lib/libm/man

2016-03-15 Thread Niclas Rosenvik
Module Name:src Committed By: nros Date: Tue Mar 15 15:29:19 UTC 2016 Modified Files: src/lib/libm/man: modf.3 Log Message: Add modfl to the modf manpage, the link to modfl was already there but the content was missing. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/doc

2016-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 15 15:17:08 UTC 2016 Modified Files: src/doc: 3RDPARTY Log Message: tz{code,data} 2016b is out. To generate a diff of this commit: cvs rdiff -u -r1.1313 -r1.1314 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/lib/libc/time

2016-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 15 15:16:01 UTC 2016 Modified Files: src/lib/libc/time: Makefile NEWS README Theory localtime.c private.h strftime.c tz-art.htm tz-link.htm tzselect.ksh zdump.c zic.c Added Files: src/lib/libc/time: CO