From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Fri, 10 Oct 2008 10:01:56 -0700 Subject: [U-Boot] [PATCH 01/10] Fix IP alignement problem In-Reply-To: <1a3c22a3893f855cd856307451a9c8da733d668d.1223643536.git.olavmrk@gmail.com> References: <1a3c22a3893f855cd856307451a9c8da733d668d.1223643536.git.olavmrk@gmail.com> Message-ID: <48EF8A84.3040403@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Olav Morken wrote: > This patch removes volatile from: > volatile IP_t *ip = (IP_t *)xip; > > Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when > using volatile, which causes an exception since xip isn't aligned on a word > boundary. > What other architectures have you tried this on? regards, Ben