This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


>> + 	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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]