Subject: CVS commit: src/gnu/dist/gcc4/gcc
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 05/12/2006 00:33:27
Module Name:	src
Committed By:	mrg
Date:		Fri May 12 00:33:27 UTC 2006

Modified Files:
	src/gnu/dist/gcc4/gcc: c-opts.c c.opt gcc.h
	src/gnu/dist/gcc4/gcc/config: netbsd.h
	src/gnu/dist/gcc4/gcc/config/rs6000: sysv4.h
	src/gnu/dist/gcc4/gcc/config/sparc: netbsd-elf.h
	src/gnu/dist/gcc4/gcc/doc: cpp.texi cppopts.texi invoke.texi

Log Message:
pull across the old -isystem-cxx support, but, because "-isystem/bar/foo"
is valid now, -isystem-cxx looks in directory "-cxx", so call it
-cxx-isystem now.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gcc4/gcc/c-opts.c \
    src/gnu/dist/gcc4/gcc/c.opt src/gnu/dist/gcc4/gcc/gcc.h
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gcc4/gcc/config/netbsd.h
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gcc4/gcc/config/rs6000/sysv4.h
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gcc4/gcc/config/sparc/netbsd-elf.h
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gcc4/gcc/doc/cpp.texi \
    src/gnu/dist/gcc4/gcc/doc/cppopts.texi \
    src/gnu/dist/gcc4/gcc/doc/invoke.texi

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