Subject: CVS commit: gnusrc/gnu/dist/toolchain/gcc/config/mips
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 07/20/2001 21:15:38
Module Name:	gnusrc
Committed By:	mrg
Date:		Fri Jul 20 18:15:37 UTC 2001

Modified Files:
	gnusrc/gnu/dist/toolchain/gcc/config/mips: netbsd.h

Log Message:
- clean up more after <mips/elf.h> lossage, including killing the forced
support for "__main" (really __gccmain for mips), and the ctors/dtors
lists associated with this.
- add -G to SWITCH_TAKES_ARG(), so `-G 0' works as well as `-G0'
- add support for .init, .fini and .rodata (const) sections (basically
merging the generic ELF support with the MIPS support.)

kernel links and runs happily now.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 gnusrc/gnu/dist/toolchain/gcc/config/mips/netbsd.h

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