Ralf Baechle wrote: > On Wed, Mar 12, 2003 at 10:05:20AM -0800, Ranjan Parthasarathy wrote: > > > Is there a way to tell gcc to not generate the lwl, lwr instructions? > > Gcc will only ever generate these instructions when __attribute__((unaligned)) > is used. Which might be not that obvious, e.g. __attribute__((packed)) can cause such instructions, too. Thiemo