CVS commit: [netbsd-7] src/doc

2014-08-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Aug 21 07:37:36 UTC 2014

Modified Files:
src/doc [netbsd-7]: CHANGES

Log Message:
pullup rev 1.120 of CHANGES.prev (requested by apb in ticket #30):
Formatting fixes, following the guidelines in the comments
at the top of CHANGES.


To generate a diff of this commit:
cvs rdiff -u -r1.1967 -r1.1967.2.1 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/share/man/man4

2014-08-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Aug 21 07:43:04 UTC 2014

Modified Files:
src/share/man/man4 [netbsd-7]: options.4

Log Message:
Pull up following revision(s) (requested by apb in ticket #31):
share/man/man4/options.4: revision 1.440
Document options COMPAT_40, COMPAT_50, and COMPAT_60.


To generate a diff of this commit:
cvs rdiff -u -r1.439 -r1.439.2.1 src/share/man/man4/options.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2014-08-21 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Thu Aug 21 07:51:32 UTC 2014

Modified Files:
src/share/man/man4: options.4

Log Message:
Document options COMPAT_70.


To generate a diff of this commit:
cvs rdiff -u -r1.440 -r1.441 src/share/man/man4/options.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/conf

2014-08-21 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Aug 21 07:57:26 UTC 2014

Modified Files:
src/sys/conf: Makefile.kern.inc

Log Message:
More tidyup after joerg's copy&paste disaster.  I have ddb symbols again.


To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172 src/sys/conf/Makefile.kern.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2014-08-21 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu Aug 21 08:41:18 UTC 2014

Modified Files:
src/doc [netbsd-7]: CHANGES-7.0

Log Message:
Some formatting and grammatical changes


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-7.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] xsrc/external/mit/xf86-video-nv/dist/src

2014-08-21 Thread Martin Husemann
Module Name:xsrc
Committed By:   martin
Date:   Thu Aug 21 08:42:52 UTC 2014

Modified Files:
xsrc/external/mit/xf86-video-nv/dist/src [netbsd-7]: nv_driver.c

Log Message:
Pull up following revision(s) (requested by macallan in ticket #40):
external/mit/xf86-video-nv/dist/src/nv_driver.c: revision 1.5
put pci_device_has_kernel_driver(dev) into #if NV_TEST_FOR_KERNEL_DRIVER
at least for now there is nothing that keeps the nv driver from running
if a kernel driver other than vga is attached
Now this works again on macppc ( and x86 if you use for example genfb )
mention NV_TEST_FOR_KERNEL_DRIVER and explain why it isn't enabled for now


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.4.1 \
xsrc/external/mit/xf86-video-nv/dist/src/nv_driver.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/external/mit/xorg/server/drivers/xf86-video-nv

2014-08-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Aug 21 08:43:42 UTC 2014

Modified Files:
src/external/mit/xorg/server/drivers/xf86-video-nv [netbsd-7]: Makefile

Log Message:
Pull up following revision(s) (requested by macallan in ticket #40):
external/mit/xorg/server/drivers/xf86-video-nv/Makefile: revision 1.7
put pci_device_has_kernel_driver(dev) into #if NV_TEST_FOR_KERNEL_DRIVER
at least for now there is nothing that keeps the nv driver from running
if a kernel driver other than vga is attached
Now this works again on macppc ( and x86 if you use for example genfb )
mention NV_TEST_FOR_KERNEL_DRIVER and explain why it isn't enabled for now


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.6.6.1 \
src/external/mit/xorg/server/drivers/xf86-video-nv/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/sys/arch/arm/omap

2014-08-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Aug 21 08:50:55 UTC 2014

Modified Files:
src/sys/arch/arm/omap [netbsd-7]: omapfb.c

Log Message:
Pull up following revision(s) (requested by macallan in ticket #41):
sys/arch/arm/omap/omapfb.c: revision 1.27
Do not assume that PAGE_SIZE is 4kB always.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.26.2.1 src/sys/arch/arm/omap/omapfb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-08-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Aug 21 08:52:24 UTC 2014

Modified Files:
src/external/gpl3/gcc/lib/libgcc: Makefile.inc

Log Message:
PR/49087: Jarmo Jaakkola: Make sure that the first dependency is the C source
file so ${.IMPSRC} gets set correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/external/gpl3/gcc/lib/libgcc/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/share/man/man8/man8.x86

2014-08-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Aug 21 09:00:12 UTC 2014

Modified Files:
src/share/man/man8/man8.x86 [netbsd-7]: boot.8

Log Message:
Pull up following revision(s) (requested by apb in ticket #42):
share/man/man8/man8.x86/boot.8: revisions 1.3, 1,4
Document fs, menu, rndseed, and splash commands.
Add rescue(8) to SEE ALSO.
Document supported subsets of image formats.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.6.1 src/share/man/man8/man8.x86/boot.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/sys/miscfs/umapfs

2014-08-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Aug 21 09:05:45 UTC 2014

Modified Files:
src/sys/miscfs/umapfs [netbsd-7]: umap_vfsops.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #43):
sys/miscfs/umapfs/umap_vfsops.c: revision 1.94
1) 'error' is returned while it does not even hold an error code. Which
   means that zero is returned, and the kernel keeps mounting (and it
   probably ends up in a deadlock/memory corruption somewhere).
2) 'nentries' and 'gnentries' are int and user-controlled, and there's no
   check to ensure they are greater than zero. Since they are used to
   compute the size of two copyin's, a user can control the copied size
   by giving a negative value (like 128-2^29), and thus overwrite kernel
   memory.
Both triggerable from root only.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.93.2.1 src/sys/miscfs/umapfs/umap_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2014-08-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Aug 21 09:12:27 UTC 2014

Modified Files:
src/doc [netbsd-7]: CHANGES-7.0

Log Message:
Tickets 30, 31, 40, 41, 42 and 43.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/doc/CHANGES-7.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/ic

2014-08-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Aug 21 12:25:01 UTC 2014

Modified Files:
src/sys/dev/ic: mfi.c

Log Message:
revert previous; code checking tool is incorrect. Variables are not being
used in the non tbolt case.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/dev/ic/mfi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make/unit-tests

2014-08-21 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Thu Aug 21 12:42:03 UTC 2014

Modified Files:
src/usr.bin/make/unit-tests: Makefile

Log Message:
When sanitising test output, replace "${TEST_MAKE}" with "make".
This string may appear in error messages that end up in the output.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/usr.bin/make/unit-tests/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make/unit-tests

2014-08-21 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Thu Aug 21 13:31:52 UTC 2014

Modified Files:
src/usr.bin/make/unit-tests: Makefile

Log Message:
Stricter sed expression for matching an optional PID in square brackets.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/usr.bin/make/unit-tests/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make/unit-tests

2014-08-21 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Thu Aug 21 13:44:52 UTC 2014

Modified Files:
src/usr.bin/make/unit-tests: Makefile
Added Files:
src/usr.bin/make/unit-tests: comment.exp comment.mk cond1.exp cond1.mk
doterror.exp doterror.mk dotwait.exp dotwait.mk error.exp error.mk
export-all.exp export-all.mk export-env.exp export-env.mk
export.exp export.mk forloop.exp forloop.mk forsubst.exp
forsubst.mk hash.exp hash.mk misc.exp misc.mk moderrs.exp
moderrs.mk modmatch.exp modmatch.mk modmisc.exp modmisc.mk
modorder.exp modorder.mk modts.exp modts.mk modword.exp modword.mk
order.exp order.mk phony-end.exp phony-end.mk posix.exp posix.mk
qequals.exp qequals.mk sunshcmd.exp sunshcmd.mk sysv.exp sysv.mk
ternary.exp ternary.mk unexport-env.exp unexport-env.mk
unexport.exp unexport.mk varcmd.exp varcmd.mk varshell.exp
varshell.mk
Removed Files:
src/usr.bin/make/unit-tests: comment cond1 doterror dotwait error
export export-all export-env forloop forsubst hash misc moderrs
modmatch modmisc modorder modts modword order phony-end posix
qequals sunshcmd sysv ternary test.exp unexport unexport-env varcmd
varshell

Log Message:
Give each group of tests its own output file.

* Rename each sub-makefile to *.mk;
* Add a *.exp file of expected output for each sub-makefile;
* Remove test.exp, which is replaced by all the other *.exp files.
* Use suffix rules to generate *.rawout and *.out files for
  each test case.
* Rewrite the test and accept targets to adapt to the new way.

The old (now removed) test.exp file is almost identical to the
concatenation (in the correct order) of all the new *.exp files.  There
are expected differences in makefile names embedded in the output, and
the new "exit status" lines.  Some old "*** Error code 1 (ignored)"
lines are also removed (replaced by new "exit status 1" lines).


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -u -r1.3 -r0 src/usr.bin/make/unit-tests/comment \
src/usr.bin/make/unit-tests/varcmd
cvs rdiff -u -r0 -r1.1 src/usr.bin/make/unit-tests/comment.exp \
src/usr.bin/make/unit-tests/comment.mk \
src/usr.bin/make/unit-tests/cond1.exp \
src/usr.bin/make/unit-tests/cond1.mk \
src/usr.bin/make/unit-tests/doterror.exp \
src/usr.bin/make/unit-tests/doterror.mk \
src/usr.bin/make/unit-tests/dotwait.exp \
src/usr.bin/make/unit-tests/dotwait.mk \
src/usr.bin/make/unit-tests/error.exp \
src/usr.bin/make/unit-tests/error.mk \
src/usr.bin/make/unit-tests/export-all.exp \
src/usr.bin/make/unit-tests/export-all.mk \
src/usr.bin/make/unit-tests/export-env.exp \
src/usr.bin/make/unit-tests/export-env.mk \
src/usr.bin/make/unit-tests/export.exp \
src/usr.bin/make/unit-tests/export.mk \
src/usr.bin/make/unit-tests/forloop.exp \
src/usr.bin/make/unit-tests/forloop.mk \
src/usr.bin/make/unit-tests/forsubst.exp \
src/usr.bin/make/unit-tests/forsubst.mk \
src/usr.bin/make/unit-tests/hash.exp src/usr.bin/make/unit-tests/hash.mk \
src/usr.bin/make/unit-tests/misc.exp src/usr.bin/make/unit-tests/misc.mk \
src/usr.bin/make/unit-tests/moderrs.exp \
src/usr.bin/make/unit-tests/moderrs.mk \
src/usr.bin/make/unit-tests/modmatch.exp \
src/usr.bin/make/unit-tests/modmatch.mk \
src/usr.bin/make/unit-tests/modmisc.exp \
src/usr.bin/make/unit-tests/modmisc.mk \
src/usr.bin/make/unit-tests/modorder.exp \
src/usr.bin/make/unit-tests/modorder.mk \
src/usr.bin/make/unit-tests/modts.exp \
src/usr.bin/make/unit-tests/modts.mk \
src/usr.bin/make/unit-tests/modword.exp \
src/usr.bin/make/unit-tests/modword.mk \
src/usr.bin/make/unit-tests/order.exp \
src/usr.bin/make/unit-tests/order.mk \
src/usr.bin/make/unit-tests/phony-end.exp \
src/usr.bin/make/unit-tests/phony-end.mk \
src/usr.bin/make/unit-tests/posix.exp \
src/usr.bin/make/unit-tests/posix.mk \
src/usr.bin/make/unit-tests/qequals.exp \
src/usr.bin/make/unit-tests/qequals.mk \
src/usr.bin/make/unit-tests/sunshcmd.exp \
src/usr.bin/make/unit-tests/sunshcmd.mk \
src/usr.bin/make/unit-tests/sysv.exp src/usr.bin/make/unit-tests/sysv.mk \
src/usr.bin/make/unit-tests/ternary.exp \
src/usr.bin/make/unit-tests/ternary.mk \
src/usr.bin/make/unit-tests/unexport-env.exp \
src/usr.bin/make/unit-tests/unexport-env.mk \
src/usr.bin/make/unit-tests/unexport.exp \
src/usr.bin/make/unit-tests/unexport.mk \
src/usr.bin/make/unit-tests/varcmd.exp \
src/usr.bin/make/unit-tests/varcmd.mk \
src/usr.bin/make/unit-tests/varshell.exp \
src/usr.bin/make/unit-tests/varshell.mk
cvs rdiff -u -r1.5 -r0 src/usr.bin/make/unit-tests/cond1
cvs rdiff -u -r1.1 -r0 src/usr.bin/make/unit-tests/doterror \
   

CVS commit: src/sys/dev/ic

2014-08-21 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Thu Aug 21 13:52:22 UTC 2014

Modified Files:
src/sys/dev/ic: vga.c vga_raster.c vgavar.h

Log Message:
#if 0 code to map the VGA BIOS
I've been unable to find any code that actually uses the mapping and we may
want to read the ROM from drm2.
If no users show up within a week or so I'll delete it.


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/sys/dev/ic/vga.c
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/ic/vga_raster.c
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/ic/vgavar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2014-08-21 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Thu Aug 21 14:02:10 UTC 2014

Modified Files:
src/sys/dev/usb: if_smscreg.h

Log Message:
Correct minor TX_CTRL_0_ guess and document the INTR interrupt control
register bits from the lan9730 docs. No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/usb/if_smscreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/samsung

2014-08-21 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Thu Aug 21 14:06:39 UTC 2014

Modified Files:
src/sys/arch/arm/samsung: exynos5_reg.h

Log Message:
Fix I2C naming for HDMI


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/samsung/exynos5_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2014-08-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Aug 21 15:21:16 UTC 2014

Modified Files:
src/doc [netbsd-7]: CHANGES-7.0

Log Message:
Fix typo in entry for ticket 42


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/doc/CHANGES-7.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-08-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Aug 21 15:25:41 UTC 2014

Modified Files:
src/external/gpl3/gcc/dist/gcc/config/sparc: netbsd-elf.h

Log Message:
Restore ABI for fast_{u,}int_*_t to what we have used for thirteen years.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
src/external/gpl3/gcc/dist/gcc/config/sparc/netbsd-elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-08-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Aug 21 15:27:37 UTC 2014

Modified Files:
src/sys/arch/sparc/include: int_fmtio.h

Log Message:
Revert previous, we have restores ABI for {u,}int_fast_*_t.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sparc/include/int_fmtio.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make/unit-tests

2014-08-21 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Thu Aug 21 15:37:13 UTC 2014

Modified Files:
src/usr.bin/make/unit-tests: Makefile
Added Files:
src/usr.bin/make/unit-tests: varmisc.exp varmisc.mk

Log Message:
Add varmisc.mk, for miscellaneous variable tests.

For now, the only test is copied from
src/tests/usr.bin/make/d_unmatchedvarparen.mk.  This was
the only test in src/tests/usr.bin/make that was not also in
src/usr.bin/make/unit-tests.

XXX: src/tests/usr.bin/mk should be changed to reach over to
src/usr.bin/make/unit-tests, instead of keeping out of date copies
of the tests.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -u -r0 -r1.1 src/usr.bin/make/unit-tests/varmisc.exp \
src/usr.bin/make/unit-tests/varmisc.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/ic

2014-08-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Aug 21 15:43:35 UTC 2014

Modified Files:
src/sys/dev/ic: mfi.c

Log Message:
over-initialize for the benefit of gcc


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/dev/ic/mfi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make/unit-tests

2014-08-21 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Thu Aug 21 22:00:30 UTC 2014

Modified Files:
src/usr.bin/make/unit-tests: Makefile

Log Message:
Add a .PATH, so you can be in any other directory and run
"make -f /path/to/this/Makefile sometest.out"
and have it create sometest.out in your current directory.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/usr.bin/make/unit-tests/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc

2014-08-21 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Fri Aug 22 05:39:21 UTC 2014

Modified Files:
src/external/gpl3/gcc/lib/crtstuff/arch: hppa.mk m68k.mk vax.mk
src/external/gpl3/gcc/lib/libiberty: defs.mk
src/external/gpl3/gcc/lib/libiberty/arch/hppa: config.h
src/external/gpl3/gcc/lib/libiberty/arch/m68k: config.h
src/external/gpl3/gcc/lib/libiberty/arch/sparc: config.h
src/external/gpl3/gcc/lib/libiberty/arch/sparc64: config.h
src/external/gpl3/gcc/lib/libiberty/arch/vax: config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa: c++config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k: c++config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc: c++config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64: c++config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/vax: c++config.h
src/external/gpl3/gcc/usr.bin/gcc/arch/hppa: configargs.h defs.mk tm.h
src/external/gpl3/gcc/usr.bin/gcc/arch/m68k: configargs.h defs.mk tm.h
src/external/gpl3/gcc/usr.bin/gcc/arch/sparc: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/sparc64: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/vax: configargs.h defs.mk tm.h

Log Message:
rerun mknative for hppa, m68k, sparc*, and vax.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/lib/crtstuff/arch/hppa.mk
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/lib/crtstuff/arch/m68k.mk \
src/external/gpl3/gcc/lib/crtstuff/arch/vax.mk
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/lib/libiberty/defs.mk
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/lib/libiberty/arch/hppa/config.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/lib/libiberty/arch/m68k/config.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/lib/libiberty/arch/sparc/config.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/lib/libiberty/arch/sparc64/config.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/lib/libiberty/arch/vax/config.h
cvs rdiff -u -r1.10 -r1.11 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h
cvs rdiff -u -r1.10 -r1.11 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/c++config.h
cvs rdiff -u -r1.10 -r1.11 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc/c++config.h
cvs rdiff -u -r1.10 -r1.11 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/c++config.h
cvs rdiff -u -r1.12 -r1.13 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/vax/c++config.h
cvs rdiff -u -r1.12 -r1.13 \
src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/tm.h
cvs rdiff -u -r1.10 -r1.11 \
src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/configargs.h
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/defs.mk
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/tm.h
cvs rdiff -u -r1.12 -r1.13 \
src/external/gpl3/gcc/usr.bin/gcc/arch/sparc/configargs.h
cvs rdiff -u -r1.13 -r1.14 \
src/external/gpl3/gcc/usr.bin/gcc/arch/sparc64/configargs.h
cvs rdiff -u -r1.13 -r1.14 \
src/external/gpl3/gcc/usr.bin/gcc/arch/vax/configargs.h
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/usr.bin/gcc/arch/vax/defs.mk
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/usr.bin/gcc/arch/vax/tm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-08-21 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Aug 22 06:51:34 UTC 2014

Modified Files:
src/external/gpl3/gcc/dist/gcc/config/rs6000: netbsd.h

Log Message:
Simplify a little (avoid indirection)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-08-21 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Aug 22 06:52:37 UTC 2014

Modified Files:
src/external/gpl3/gcc/dist/gcc/config/rs6000: netbsd64.h

Log Message:
Check the variable for RELOCATABLE_NEEDS_FIXUP


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.