Subject: CVS commit: [netbsd-1-6] src/gnu/dist/toolchain/gcc/config/m68k
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/26/2004 14:06:27
Module Name:	src
Committed By:	tron
Date:		Wed May 26 14:06:27 UTC 2004

Modified Files:
	src/gnu/dist/toolchain/gcc/config/m68k [netbsd-1-6]: m68k.c

Log Message:
Pull up revision 1.3 (requested by skrll in ticket #1699):
Fix a bug WRT -vomit-frame-pointer -- use_return_insn() must return false if
we saved the GOT pointer register.
Note: This is already fixed in the GCC 3 sources, but GCC 3 uses a different
condition to determine whether to save and restore the register, so the patch
cannot be the same.


To generate a diff of this commit:
cvs rdiff -r1.2.2.2 -r1.2.2.3 src/gnu/dist/toolchain/gcc/config/m68k/m68k.c

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