From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Kagstrom Date: Wed, 17 Mar 2010 16:12:58 +0100 Subject: [U-Boot] EABI 4.2 In-Reply-To: References: <47F3F98010FF784EBEE6526EAAB078D10635E68D@tq-mailsrv.tq-net.de> <20100317084833.364b27fa@marrow.netinsight.se> Message-ID: <20100317161258.76fee35c@marrow.netinsight.se> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 17 Mar 2010 09:53:36 -0500 Praveen G K wrote: > > I had a similar problem a few months ago, which turned out to be a > > stack alignment issue: > > > > ?http://www.mail-archive.com/u-boot at lists.denx.de/msg23202.html > > > > the behavior was pretty similar, with code built with some compilers > > working (by chance) and some others breaking. > > Great! This does work when added to cpu/arm1176/start.S > Is there any specific reason why this was not added to the arm11 stream? Well, none other than that I didn't realise it affected other platforms as well. Looking at the tip, it seems like pretty much all ARM platforms are susceptible to this issue. So a mass-fix would probably be in place. // Simon