Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 11/05/1998 20:33:44
Module Name:	src
Committed By:	mhitch
Date:		Fri Nov  6 04:33:43 UTC 1998

Modified Files:
	src/gnu/usr.bin/gcc/arch/mips: netbsd.h
Log Message:
C++ support changes:

Generate .ctors and .dtors sections which contain the contructor and
deconstructor function addresses.

Use .init and .fini sections to call the functions to call those functions.

Include the crtbegin and crtend object files which perform those calls.