On Thu, May 17, 2001 at 06:09:17PM -0700, Steven Liu wrote: > I have a question about GCC: > > How can we make gcc do not use the MIPS instructions lwl, lwr, swl, and swr? Modify gcc. Unless you're using a new flavour (And I'm tempted to use some curseword instead ...) of a cpu core without lwl/lwr/swl/swr there should never be a reason to avoid those instructions. Ralf