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]

Gcc porting



Hello!

I need your help.

I'm trying to port GCC for one embedded system powered by ARC processor. Memory unit of this system has some limitation. It can't use byte input/ouput instructions.

So i need to force gcc to use instead of single ldb or stb instuctions a set of instructions, but there is only one string for each assembler instruction in arc.md file.

Is it possible to force GCC to use several instructions instead of one or not?

Thank you for your help.



Yours Sincerely
Shkurko Alexander



_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail


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