This is the mail archive of the gcc-help@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]

Forcing use of move instead of movem on M68k (5200/5307)


Hi,

We're having an issue with movem on the coldfire boards we are compiling a program for, and wondering if we can force the m68k gcc compiler to use move instead of movem. movem does not appear to be working on whatever chip variant we have, which severely affects returning from functions. Using the coldfire 5307, tried compiling with -m5200 and -m5307, both use movem.

Thanks,
Richard


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