CVS commit: src/external/lgpl3/gmp/lib/libgmp/arch

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 01:49:43 UTC 2011 Modified Files: src/external/lgpl3/gmp/lib/libgmp/arch/i386: config.m4 src/external/lgpl3/gmp/lib/libgmp/arch/sparc64: config.m4 Log Message: remove hard-coded CONFIG_TOP_SRCDIR macro definition

CVS commit: src/tools/gcc

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 02:11:14 UTC 2011 Modified Files: src/tools/gcc: mknative-gcc Log Message: avoid creating an unused directory. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/tools/gcc/mknative-gcc Please note that

CVS commit: src/external/bsd/ntp/dist/ntpd

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 02:18:37 UTC 2011 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_oncore.c Log Message: avoid a potential uninitialised variable problem. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/bsd/ntp/dist/ntpd

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 02:18:54 UTC 2011 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_control.c Log Message: avoid an overflow condition. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dist/pf/net

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 02:33:23 UTC 2011 Modified Files: src/sys/dist/pf/net: pf_norm.c Log Message: fix an uninitialised variable problem. large-ish function, but i couldn't see how GCC 4.5 isn't wrong about this one. To generate a diff of

CVS commit: src/usr.bin/ktruss

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 02:34:50 UTC 2011 Modified Files: src/usr.bin/ktruss: dump.c Log Message: avoid an uninitialised variable warning that shouldn't normally happen in practise but isn't entirely impossible for the future. To generate a

CVS commit: src/usr.sbin/zdump

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 02:42:10 UTC 2011 Modified Files: src/usr.sbin/zdump: Makefile Log Message: apply some -Wno-strict-overflow for GCC = 4.5 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/zdump/Makefile Please

CVS commit: src/bin/csh

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 03:58:10 UTC 2011 Modified Files: src/bin/csh: Makefile Log Message: add a comment to confirm a workaround as only being a GCC 4.1 issue. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

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

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 04:05:22 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: t-netbsd Log Message: remove LIB2FUNCS_STATIC_EXTRA and supporting code. netbsd does not need this. To generate a diff of this commit: cvs

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

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 05:07:07 UTC 2011 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: fix the _fixunssfsi _fixunsdfsi _fixunsxfsi functions. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 05:07:46 UTC 2011 Modified Files: src/external/gpl3/gcc/lib/crtstuff: Makefile Log Message: declare options.h as an EXTRA_FAKE_HEADERS. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 05:07:59 UTC 2011 Modified Files: src/external/gpl3/gcc/lib/libobjc: Makefile Log Message: move the bsd.lib.mk include later so it works properly. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 05:10:29 UTC 2011 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386: c++config.h config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc: c++config.h config.h

CVS commit: src/sys/arch/sparc64/sparc64

2011-07-01 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 08:37:29 UTC 2011 Modified Files: src/sys/arch/sparc64/sparc64: machdep.c Log Message: use the right variables for the fp and pc, and avoid array bounds violations. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ic

2011-07-01 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 08:38:11 UTC 2011 Modified Files: src/sys/dev/ic: dpt.c Log Message: apply some (uintptr_t) between pointer and int casting. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/dev/ic/dpt.c Please

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

2011-07-01 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 10:03:17 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile.inc Log Message: fix version.c defines. now the version says: gcc version 4.5.3 (NetBSD nb1 20110620) instead of: gcc version

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

2011-07-01 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 10:04:13 UTC 2011 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: everyone needs the options* stuff here. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2011-07-01 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 10:04:36 UTC 2011 Modified Files: src/external/gpl3/gcc/lib/libobjc: Makefile Log Message: don't set EXTRA_FAKE_HEADERS here. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2011-07-01 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 10:06:01 UTC 2011 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm: c++config.h config.h Log Message: mknative-gcc regeneration. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \

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

2011-07-01 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 22:23:19 UTC 2011 Modified Files: src/distrib/sets/lists/base: mi Log Message: new gcc 4.5 g++ dirs are for everyone, not just gcc 4.5 users. fixes build problems. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/usb

2011-07-01 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 23:48:21 UTC 2011 Modified Files: src/sys/dev/usb: ehci.c Log Message: use an unsigned type for unsigned calcations. avoid GCC 4.5 warnings. To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181

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

2011-07-01 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 02:38:31 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: t-netbsd Log Message: revert previous; we need this. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src/sys/arch/powerpc/pic

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 13:08:25 UTC 2011 Modified Files: src/sys/arch/powerpc/pic: pic_distopenpic.c Log Message: avoid some uninitialised variable warnings from GCC 4.5. i'm pretty sure they can't happen in practise, but i can see why GCC

CVS commit: src/sys/arch/x86/x86

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 13:09:32 UTC 2011 Modified Files: src/sys/arch/x86/x86: x86_autoconf.c Log Message: insert some (uintptr_t) between some casts involving pointer to int. (they already had casts for the pointer.) To generate a diff of

CVS commit: src/sys/arch/sparc/sparc

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 13:10:53 UTC 2011 Modified Files: src/sys/arch/sparc/sparc: machdep.c Log Message: don't try to print fr_arg[6] since it doesn't exist. To generate a diff of this commit: cvs rdiff -u -r1.311 -r1.312

CVS commit: src/sys/arch/sparc64/sparc64

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 13:11:49 UTC 2011 Modified Files: src/sys/arch/sparc64/sparc64: machdep.c Log Message: redo previous correctly: don't try to print fr_arg[6] since it doesn't exist. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ic

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 13:12:44 UTC 2011 Modified Files: src/sys/dev/ic: aic79xx.c Log Message: avoid -Wenum-compare issue. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/dev/ic/aic79xx.c Please note that diffs are not

CVS commit: src/sys/dev/ic

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 13:13:23 UTC 2011 Modified Files: src/sys/dev/ic: i82586.c Log Message: listen to GCC 4.5 and change !!x | y into (!!x) | y. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/dev/ic/i82586.c Please

CVS commit: src/sys/dev/isa

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 13:14:47 UTC 2011 Modified Files: src/sys/dev/isa: gus.c Log Message: fix sequence point errors. diff explains best: - sc-sc_playbuf = ++sc-sc_playbuf % sc-sc_nbufs; + sc-sc_playbuf = (sc-sc_playbuf + 1) %

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

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 13:18:39 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: TARGET_VERSION is used in collect2.c now. avoid referencing the m68k_cpu_flags variable and simply print

CVS commit: src/sys/dev/sbus

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 13:21:30 UTC 2011 Modified Files: src/sys/dev/sbus: spif.c Log Message: avoid some uninitialised variable warnings from GCC 4.5. i'm pretty sure they can't happen in practise, but i can see why GCC isn't sure. To

CVS commit: src/tools/gcc

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 13:25:05 UTC 2011 Modified Files: src/tools/gcc: mknative-gcc Log Message: also pull out LIB2ADD_ST for libgcc. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/tools/gcc/mknative-gcc Please note that

CVS commit: src/external/lgpl3/gmp/dist

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 13:26:39 UTC 2011 Modified Files: src/external/lgpl3/gmp/dist: Makefile.in Log Message: split two sub-make targets into two separate make calls. avoids an annoying -jN install problem. idea from dh. thanks! To

CVS commit: src/external/lgpl3/gmp

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 14:03:21 UTC 2011 Modified Files: src/external/lgpl3/gmp: build-gmp-Makefile.inc.awk Log Message: also match .s and .S files for asm sources. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/lgpl3/gmp/lib/libgmp/arch/vax

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 14:04:14 UTC 2011 Modified Files: src/external/lgpl3/gmp/lib/libgmp/arch/vax: Makefile.inc config.m4 Log Message: make this mostly appear to work by using the C versions for now. To generate a diff of this commit: cvs

CVS commit: src/external/lgpl3/mpfr/lib/libmpfr

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 14:08:45 UTC 2011 Modified Files: src/external/lgpl3/mpfr/lib/libmpfr: Makefile Log Message: make this build on vax. XXX: need to check this for platforms besides x86 and sparc64 to see XXX: if

CVS commit: src/sys/arch/shark/conf

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 14:17:40 UTC 2011 Modified Files: src/sys/arch/shark/conf: Makefile.shark.inc Log Message: also need to strip out GCC 4.5's new .debug_pubtypes section. while here, minor cleanup. To generate a diff of this commit: cvs

CVS commit: src/external/gpl3/gcc/lib/libiberty/arch/m68k

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 14:28:14 UTC 2011 Added Files: src/external/gpl3/gcc/lib/libiberty/arch/m68k: config.h Log Message: mknative-gcc output for vax and m68k. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

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

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 06:37:42 UTC 2011 Modified Files: src/distrib/sets/lists/comp: ad.powerpc Log Message: add gcc-4.5/altivec.h To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/distrib/sets/lists/comp/ad.powerpc Please

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

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 06:39:23 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: - for m680[012]0, set cpu_type=m68k - add fragment for m68010--netbsdelf - s/*-*-netbsd/*-*-netbsd*/ so that netbsdelf matches To

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

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 06:40:38 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: t-netbsd Log Message: copy across (most) of the LIB1ASMFUNCS from t-arm-elf. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \

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

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 06:42:03 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: gengtype also needs sysroot-suffix.h if present To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/external/lgpl3/gmp/lib/libgmp/arch

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 06:43:17 UTC 2011 Modified Files: src/external/lgpl3/gmp/lib/libgmp/arch/arm: Makefile.inc src/external/lgpl3/gmp/lib/libgmp/arch/armeb: Makefile.inc src/external/lgpl3/gmp/lib/libgmp/arch/i386:

CVS commit: src/games/trek

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 06:44:02 UTC 2011 Modified Files: src/games/trek: move.c Log Message: use DBL_MIN from float.h instead of a hard coded small value (that becomes zero for vax fp.) To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/tools/gcc

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 06:47:13 UTC 2011 Modified Files: src/tools/gcc: mknative-gcc Log Message: copy sysroot-suffix.h as well, for sh3. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/tools/gcc/mknative-gcc Please note

CVS commit: src/external

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 06:52:27 UTC 2011 Added Files: src/external/gpl3/gcc/lib/crtstuff/arch: armeb.mk m68000.mk sh3eb.mk sh3el.mk src/external/gpl3/gcc/lib/libgcc/arch: armeb.mk m68000.mk sh3eb.mk sh3el.mk

CVS commit: src/external/lgpl3/gmp/lib/libgmp/arch/powerpc

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 07:26:21 UTC 2011 Modified Files: src/external/lgpl3/gmp/lib/libgmp/arch/powerpc: gmp.h Log Message: re-generate (add mpn_udiv_w_sdiv prototype.) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 07:23:20 UTC 2011 Modified Files: src/external/gpl3/gcc/lib: Makefile.hacks Log Message: add sysroot-suffix.h to the fake headers. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 08:35:42 UTC 2011 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc src/external/gpl3/gcc/lib/libgcc/libgcc: Makefile Log Message: - Makefile.hacks isn't working here; revert this portion for now. -

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

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 08:44:40 UTC 2011 Modified Files: src/external/gpl3/gcc/lib/libgcc/arch: arm.mk powerpc.mk Log Message: regenerate To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/libgcc/arch/arm.mk

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

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 08:45:42 UTC 2011 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc: c++config.h config.h Log Message: regenerate. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: src/sys/rump/librump/rumpkern/arch/powerpc

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 08:53:24 UTC 2011 Added Files: src/sys/rump/librump/rumpkern/arch/powerpc: Makefile.inc Log Message: define ARCH_ELFSIZE=32 and add kobj_stubs.c rumpcpu_generic.c. To generate a diff of this commit: cvs rdiff -u -r0

CVS commit: src/sys/arch/vax/boot/boot

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 08:56:25 UTC 2011 Modified Files: src/sys/arch/vax/boot/boot: if_ni.c Log Message: avoid some multi-level pointer cast issues. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 08:57:43 UTC 2011 Modified Files: src/sys/fs/puffs: puffs_msgif.c src/sys/kern: sys_process.c Log Message: avoid some uninitialised variable warnings from GCC. at least the puffs one seems valid, but i'm not 100%

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

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 09:08:55 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: set default_m68k_cpu for our m68* ports. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 09:10:42 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: don't use the netbsd LIBGCC_SPEC on sun2. there's no libgcc_pic.a To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/mips/include

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 10:34:25 UTC 2011 Modified Files: src/sys/arch/mips/include: mcontext.h Log Message: s/#elif/#else/ -- when there's nothing to check. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/arch/mips/include

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 10:41:37 UTC 2011 Modified Files: src/sys/arch/mips/include: stdarg.h Log Message: add GCC 4.5 support. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/mips/include/stdarg.h Please note that

CVS commit: src/tools/gcc

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 12:11:33 UTC 2011 Modified Files: src/tools/gcc: Makefile mknative-gcc Log Message: -I$DESTDIR/usr/include is escaping into the generated files from the native-gcc run. add some sed commands to remove them. To generate

CVS commit: src/tools/gcc

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 12:26:03 UTC 2011 Modified Files: src/tools/gcc: mknative-gcc Log Message: fix the previous To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/tools/gcc/mknative-gcc Please note that diffs are not public

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

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 13:05:19 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: for mips, MASK_SOFT_FLOAT has become MASK_SOFT_FLOAT_ABI. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 13:06:37 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/mips: netbsd64.h Log Message: undef DRIVER_SELF_SPECS before defining it. also, insert BASE_DRIVER_SELF_SPECS into DRIVER_SELF_SPECS. To generate a

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

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 14:09:58 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: Makefile.in Log Message: avoid passing -I$DESTDIR/usr/include to the $HOST_CC. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 14:42:13 UTC 2011 Added Files: src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb: sysroot-suffix.h Log Message: add missed generated file. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \

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

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 15:24:49 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi Log Message: mark all the ld.elf_so tests as mkpic. To generate a diff of this commit: cvs rdiff -u -r1.357 -r1.358 src/distrib/sets/lists/tests/mi

CVS commit: src/external/lgpl3/gmp/lib/libgmp

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 15:25:11 UTC 2011 Modified Files: src/external/lgpl3/gmp/lib/libgmp: Makefile Log Message: clean up another generator. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/gnu/dist/gdb6/gdb

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 15:26:06 UTC 2011 Modified Files: src/gnu/dist/gdb6/gdb: breakpoint.c Log Message: apply some (uintptr_t) between pointers, ints and other casts. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2

CVS commit: src/lib/libc/softfloat

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 15:26:58 UTC 2011 Modified Files: src/lib/libc/softfloat: Makefile.inc Log Message: mips wants some -Wno-enum-compare here, too. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/usr.bin/less

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 15:28:47 UTC 2011 Modified Files: src/usr.bin/less: Makefile.inc Log Message: upgrade less to WARNS=2 with -Wno-shadow. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/less/Makefile.inc Please

CVS commit: src

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 15:29:35 UTC 2011 Modified Files: src/games/phantasia: Makefile src/sbin/fsdb: Makefile src/sys/lib/libsa: Makefile src/sys/lib/libz: Makefile Log Message: apply some -O0 with gcc 4.5 and vax. To

CVS commit: src/gnu/usr.bin/gdb6/libgdb

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 15:26:25 UTC 2011 Modified Files: src/gnu/usr.bin/gdb6/libgdb: Makefile Log Message: apply some -O0 for sun2. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/gnu/usr.bin/gdb6/libgdb/Makefile Please

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

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 15:34:09 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: elf.h Log Message: netbsd needs __floatundisf; make it so. (should we have this elsewhere?) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gcc

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 16:14:37 UTC 2011 Modified Files: src/external/gpl3/gcc/lib/crtstuff/arch: m68000.mk m68k.mk src/external/gpl3/gcc/lib/libgcc/arch: m68000.mk m68k.mk src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k:

CVS commit: src/distrib/sets/lists

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 22:47:25 UTC 2011 Modified Files: src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.sparc64 src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.sparc64 Log Message: updates for GCC 4.5 components. sort.

CVS commit: src/lib/libc/softfloat

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 02:53:15 UTC 2011 Modified Files: src/lib/libc/softfloat: Makefile.inc Log Message: sh3 also needs -Wno-enum-compare here. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/softfloat/Makefile.inc

CVS commit: src/lib/libc/rpc

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 11:01:41 UTC 2011 Modified Files: src/lib/libc/rpc: xdr_sizeof.c Log Message: insert some (uintptr_t) between int and pointer casts. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/common/lib/libc/arch/sparc/string

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 11:18:23 UTC 2011 Modified Files: src/common/lib/libc/arch/sparc/string: ffs.S Log Message: add a weak alias from ffs to __ffssi2. sparc dynamic works with gcc 4.5 now. To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 11:22:39 UTC 2011 Modified Files: src/common/lib/libc/quad: quad.h src/lib/libc/quad: Makefile.inc Added Files: src/lib/libc/quad: floatundisf.c Log Message: add support for __floatunsisf(). To generate

CVS commit: src/sys/rump/librump/rumpvfs

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 11:31:37 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rump_vfs.c Log Message: don't define multiple cwdi0's, mark this one as extern. fixes various mips build issues i've seen with both GCC 4.1 and 4.5. To

CVS commit: src/common/lib/libc/arch/mips/string

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 11:35:26 UTC 2011 Modified Files: src/common/lib/libc/arch/mips/string: ffs.S Log Message: add a weak alias from ffs to __ffssi2. newsmips kernels link now. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 11:46:42 UTC 2011 Modified Files: src/lib/libc/gdtoa: hdtoa.c src/lib/libm/src: s_fmaxl.c s_fminl.c Log Message: avoid some uninitalised variable warnings. To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/external/lgpl3/gmp/lib/libgmp

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 12:00:15 UTC 2011 Modified Files: src/external/lgpl3/gmp/lib/libgmp: Makefile Log Message: don't force LIBGMP_MACHINE_ARCH:=${MLIBDIR}. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/compat/mips64

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 12:00:49 UTC 2011 Modified Files: src/compat/mips64/64: bsd.64.mk src/compat/mips64/o32: bsd.o32.mk Log Message: the gmp/mpfr subdirs are mipsel/mipseb. To generate a diff of this commit: cvs rdiff -u -r1.5

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

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 12:01:56 UTC 2011 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el: c++config.h config.h Log Message: regenerate To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: src/sys/arch/mmeye/stand/boot

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 12:03:56 UTC 2011 Modified Files: src/sys/arch/mmeye/stand/boot: wd.c Log Message: convert a cast structure assignment to a memcpy() to avoid potential pointer aliasing issues. To generate a diff of this commit: cvs

CVS commit: src/common/lib/libc/arch/sh3/string

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 12:18:06 UTC 2011 Modified Files: src/common/lib/libc/arch/sh3/string: ffs.S Log Message: sh3 needs the __ffssi2 weak symbol, too. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/sgimips/include

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 12:18:53 UTC 2011 Modified Files: src/sys/arch/sgimips/include: param.h Log Message: don't mark delay as extern inline. it's defined normally in machdep.c. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/external/lgpl3/mpfr/lib/libmpfr

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 12:38:29 UTC 2011 Modified Files: src/external/lgpl3/mpfr/lib/libmpfr: Makefile Log Message: support LIBMPFR_MACHINE_ARCH, for compat. expand the list of platforms here significantly. XXX: someone who knows FP well

CVS commit: src/sys/compat/linux/common

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 12:39:36 UTC 2011 Modified Files: src/sys/compat/linux/common: linux_termios.h Log Message: avoid array bounds violation on netbsd/mips when dealing with termio structures. (did linux/mips ever support termio?). the

CVS commit: src/external/gpl3/gcc

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 12:54:24 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/sh: t-netbsd src/external/gpl3/gcc/lib/libgcc/arch: sh3eb.mk sh3el.mk src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el: configargs.h Log

CVS commit: src/sys/conf

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 13:00:19 UTC 2011 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: apply some -Wno-foo to 3 files that are non-trivial to solve, for GCC 4.5. To generate a diff of this commit: cvs rdiff -u -r1.140 -r1.141

CVS commit: src/lib/csu/sparc64

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 21:54:18 UTC 2011 Modified Files: src/lib/csu/sparc64: Makefile Log Message: XXX: for now, build sparc64 csu with -O1 if using GCC 4.5. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/lib

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 22:33:29 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c src/tests/lib/libm: t_ceil.c t_floor.c t_round.c Log Message: XXX: ugly hack to make these valid for vax fp. XXX: could consolidate some of

CVS commit: src/external/gpl3/gcc

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 22:44:56 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: t-netbsd src/external/gpl3/gcc/lib/libgcc/arch: arm.mk armeb.mk Log Message: oops, put back _arm_fixunssfsi into arm libgcc. To

CVS commit: src/sys/arch/i386/pci

2011-07-05 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jul 5 07:08:18 UTC 2011 Modified Files: src/sys/arch/i386/pci: viapcib.c Log Message: avoid an uninitialised variable warning GCC 4.5 -O3 picks up. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2011-07-05 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jul 5 08:36:17 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin/cc1: Makefile src/external/gpl3/gcc/usr.bin/cc1obj: Makefile src/external/gpl3/gcc/usr.bin/cc1plus: Makefile Log Message: fix the ordering of

CVS commit: src/distrib/utils/sysinst

2011-07-05 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jul 6 01:18:08 UTC 2011 Modified Files: src/distrib/utils/sysinst: run.c Log Message: fix check against errstr to use the right variable. GCC 4.5 rightly complained that err (the libc function) is always not NULL. To

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

2011-07-05 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jul 6 01:18:33 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: fix update build break on sh3. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/landisk/stand/boot

2011-07-05 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jul 6 01:19:45 UTC 2011 Modified Files: src/sys/arch/landisk/stand/boot: biosdisk.c Log Message: avoid a multi-level non-const cast warning from GCC 4.5. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/distrib/utils/sysinst

2011-07-05 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jul 6 01:20:03 UTC 2011 Modified Files: src/distrib/utils/sysinst: label.c Log Message: avoid a multi-level non-const cast warning from GCC 4.5. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

<    3   4   5   6   7   8   9   10   11   12   >