Subject: CVS commit: src/lib/csu
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 06/30/2006 09:00:46
Module Name:	src
Committed By:	simonb
Date:		Fri Jun 30 09:00:46 UTC 2006

Modified Files:
	src/lib/csu/common_elf: crti.c
	src/lib/csu/mips: dot_init.h

Log Message:
Remove the call to init_fallthru/fini_fallthru and call _init/_fini
directly for MIPS.  Making these global to keep gcc4 happy broke gcc3.
Shaves a few instructions off this path as well.

Other arches to follow with similar changes.

With much help from Nick Hudson.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/csu/common_elf/crti.c
cvs rdiff -r1.5 -r1.6 src/lib/csu/mips/dot_init.h

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