Subject: CVS commit: src/gnu/dist/gcc/gcc/config/rs6000
To: None <source-changes@NetBSD.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 03/08/2005 15:36:10
Module Name:	src
Committed By:	briggs
Date:		Tue Mar  8 15:36:10 UTC 2005

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

Log Message:
Override SWITCH_TAKES_ARG() definition from sysv4.h to include
NetBSD options.  Allows powerpc-*-netbsd* to accept "-R <arg>"
when <arg> doesn't exist in the host environment (as all other
NetBSD/ELF platforms do).  As with MIPS and as before, accept
-G NUM, too.
The more portable way to pass arguments to the linker is, of course,
still -Wl,-R,/some/path (note that there are two commas).


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

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