[m68k]: patch to fix m68k_output_mi_thunk() for ColdFire

Peter Barada peter@the-baradas.com
Thu May 27 12:36:00 GMT 2004


>> + 	asm_fprintf (file, MOTOROLA ?
>> + 		     "\tmoveq.l %I%wd,%Rd0\n" :
>> + 		     "\tmoveql %I%wd,%Rd0\n", (int)delta);
>> +       else
>> + 	asm_fprintf (file, MOTOROLA ?
>> + 		     "\tmove.l %I%wd,%Rd0\n" :
>> + 		     "\tmovel %I%wd,%Rd0\n", (int)delta);
>
>You are still having the broken casts here.

In which way?

-- 
Peter Barada
peter@the-baradas.com



More information about the Gcc mailing list