Subject: Re: I've had an idea for a program...
To: David Brownlee <abs@anim.dreamworks.com>
From: Ignatios Souvatzis <ignatios@theory.cs.uni-bonn.de>
List: port-arm32
Date: 12/18/1998 11:19:31
On Thu, Dec 17, 1998 at 02:33:46PM -0800, David Brownlee wrote:
> 	A better approach might be to add a flag to gcc to use a different
> 	CPU description file (one that does not include the bugged
> 	instructions :)

Uhm... gcc does not work like that.

You need to, say, add a machine-dependent flag (-mavoid-buggy-strongarm)
used to disable the bugged instructions, change the machine description to
use it, and recompile gcc.

	-is