Subject: CVS commit: src/sys/arch/mac68k/mac68k
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 09/09/2006 03:51:04
Module Name:	src
Committed By:	tsutsui
Date:		Sat Sep  9 03:51:04 UTC 2006

Modified Files:
	src/sys/arch/mac68k/mac68k: macrom.c

Log Message:
Remove %fp and %a6 from a clobber description in __asm() statement.
It shouldn't be clobbered and there is nothing for compiler to do
in that case anyway as gcc4 complains.


To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 src/sys/arch/mac68k/mac68k/macrom.c

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