Revised patch to remove integer output macros

Richard Henderson rth@redhat.com
Sat Dec 15 16:53:00 GMT 2001


On Sat, Dec 15, 2001 at 08:31:20PM +0000, Richard Sandiford wrote:
> I think using the "OK for debugging output" rule might make the back-end
> code more confusing.  In your other message, for the sparc, you
> suggested using putting DOUBLE_INT_ASM_OP in TARGET_ASM_ALIGNED_DI_OP
> and using:
> 
>   if (! TARGET_POWERPC64)
>     return false;
> 
> in the target hook to turn it off.  That's fine for aligned ops,
> because aligned ops aren't used in debugging output at the moment.

Hmm.  You've got a point there.  By my rule, we should zero the
value in the target structure in one of the init routines.

So I guess I'll not change my mind about wanting the strings there
if available, but will change my mind about the advice I gave you
earlier.


r~



More information about the Gcc-patches mailing list