Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 02/26/1999 19:36:28
Module Name:	src
Committed By:	jonathan
Date:		Sat Feb 27 03:36:28 UTC 1999

Modified Files:
	src/gnu/dist/gcc/config/mips: mips.h
Log Message:
Patch FUNCTION_PROFILER to avoid code-scheduling botch when compiling
with -mabicalls: the gcc/egcs code emits hand-scheduled code with an
insn in a "jal _mcount" delayslot. But with -mabicalls, the "jal"
expands into a call via $t9 and the delay-slot is already filled.

See PR#5248.