Subject: CVS commit: gnusrc/gnu/dist/toolchain/gcc/config/m68k
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/26/2002 17:21:40
Module Name:	gnusrc
Committed By:	mycroft
Date:		Thu Sep 26 14:21:40 UTC 2002

Modified Files:
	gnusrc/gnu/dist/toolchain/gcc/config/m68k: m68k.c

Log Message:
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 -r1.3 gnusrc/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.