Subject: CVS commit: gnusrc/gnu/dist/toolchain/gcc/config
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 08/28/2002 17:05:59
Module Name:	gnusrc
Committed By:	mycroft
Date:		Wed Aug 28 14:05:58 UTC 2002

Modified Files:
	gnusrc/gnu/dist/toolchain/gcc/config/alpha: netbsd.h
	gnusrc/gnu/dist/toolchain/gcc/config/i386: netbsd-elf.h

Log Message:
Fix SELECT_SECTION() so that C++ run-time type info constructors do not go in
.rodata on PIC systems, which was causing text relocations (and associated
performance loss).


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 gnusrc/gnu/dist/toolchain/gcc/config/alpha/netbsd.h
cvs rdiff -r1.5 -r1.6 gnusrc/gnu/dist/toolchain/gcc/config/i386/netbsd-elf.h

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