On Thu, Mar 13, 2003 at 01:52:03AM +0100, Thiemo Seufer 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. Typo - I meant __attribute__((packed)). There is no such thing as __attribute__((unaligned)). Ralf