Subject: Re: Powerpc signal handler with floating point registers
To: chris zhang <sileizhang@yahoo.com>
From: David Edelsohn <dje@watson.ibm.com>
List: port-powerpc
Date: 02/28/2005 17:40:54
>>>>> chris zhang writes:

chris> Apparently, gcc generates code by using FP when
chris> handling "long long" arithmatics. We couldn't find
chris> compiler flags to turn off this yet.

	-msoft-float.

David