Re: problem in gcc port based on MIPS

2006-07-09 Thread Ian Lance Taylor
Please do not send e-mail to both gcc and gcc-help. Please just write to one mailing list. Thanks. "kernel coder" <[EMAIL PROTECTED]> writes: > I modified mips backend to support stw instruction.But during the > compilation of crtstuff.c it is generating an instrucion > > stw $2,p.2249 > > as

problem in gcc port based on MIPS

2006-07-09 Thread kernel coder
hi, I am trying to write the backend for a processor based on mips.I am facing some problems during compilation of gcc.GAS has been ported for target processor.The store word instruction on ported assembler only supports 16 bit offsets.i.e the only supported format is stw $1,16-bit-offset($2