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. Ralf
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. Ralf