Re: [U-Boot] [PATCH] dlmalloc: remove manual reloc alias warning

2012-09-01 Thread Andreas Bießmann
Dera Wolfgang Denk, On 01.09.2012 14:02, Wolfgang Denk wrote: Dear Andreas, In message <20120901101031.2da15205...@gemini.denx.de> I wrote: i. e. this has the offset 2 added twice, so it is missing the first two real entries, env writing beyond the end of the array. Please ignore me. Seems

Re: [U-Boot] [PATCH] dlmalloc: remove manual reloc alias warning

2012-09-01 Thread Wolfgang Denk
Dear Andreas, In message <20120901101031.2da15205...@gemini.denx.de> I wrote: > > i. e. this has the offset 2 added twice, so it is missing the first > two real entries, env writing beyond the end of the array. Please ignore me. Seems my brain is still in vacation mode. However, I really wonder

Re: [U-Boot] [PATCH] dlmalloc: remove manual reloc alias warning

2012-09-01 Thread Wolfgang Denk
Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=, In message <1344848523-20359-1-git-send-email-andreas.de...@googlemail.com> you wrote: > > This patch fixes following warning: > ---8<--- > dlmalloc.c: In function 'malloc_bin_reloc': > dlmalloc.c:1493: warning: dereferencing pointer 'p' does break > st

Re: [U-Boot] [PATCH] dlmalloc: remove manual reloc alias warning

2012-08-14 Thread Andreas Bießmann
Dear Simon Glass, On 15.08.12 02:15, Simon Glass wrote: > Hi, > > On Tue, Aug 14, 2012 at 1:50 AM, Andreas Bießmann > wrote: >> Dear all, >> >> On 13.08.2012 11:02, Andreas Bießmann wrote: >>> From: Andreas Bießmann >>> >>> The avr32 architecture (and some others) require manual relocation. Due

Re: [U-Boot] [PATCH] dlmalloc: remove manual reloc alias warning

2012-08-14 Thread Simon Glass
Hi, On Tue, Aug 14, 2012 at 1:50 AM, Andreas Bießmann wrote: > Dear all, > > On 13.08.2012 11:02, Andreas Bießmann wrote: >> From: Andreas Bießmann >> >> The avr32 architecture (and some others) require manual relocation. Due to >> the >> previous error all avr32 boards gave warnings in MAKEALL

Re: [U-Boot] [PATCH] dlmalloc: remove manual reloc alias warning

2012-08-14 Thread Andreas Bießmann
Dear all, On 13.08.2012 11:02, Andreas Bießmann wrote: > From: Andreas Bießmann > > The avr32 architecture (and some others) require manual relocation. Due to the > previous error all avr32 boards gave warnings in MAKEALL wich makes it hard to > find new warnings. > > This patch fixes following

Re: [U-Boot] [PATCH] dlmalloc: remove manual reloc alias warning

2012-08-13 Thread Andreas Bießmann
On 13.08.2012 17:14, Andreas Bießmann wrote: > Dear Mike Frysinger, > > On 13.08.2012 16:54, Mike Frysinger wrote: >> On Monday 13 August 2012 05:02:03 Andreas Bießmann wrote: >>> From: Andreas Bießmann >>> >>> The avr32 architecture (and some others) require manual relocation. Due to >>> the pre

Re: [U-Boot] [PATCH] dlmalloc: remove manual reloc alias warning

2012-08-13 Thread Andreas Bießmann
Dear Mike Frysinger, On 13.08.2012 16:54, Mike Frysinger wrote: > On Monday 13 August 2012 05:02:03 Andreas Bießmann wrote: >> From: Andreas Bießmann >> >> The avr32 architecture (and some others) require manual relocation. Due to >> the previous error all avr32 boards gave warnings in MAKEALL wi

Re: [U-Boot] [PATCH] dlmalloc: remove manual reloc alias warning

2012-08-13 Thread Mike Frysinger
On Monday 13 August 2012 05:02:03 Andreas Bießmann wrote: > From: Andreas Bießmann > > The avr32 architecture (and some others) require manual relocation. Due to > the previous error all avr32 boards gave warnings in MAKEALL wich makes it > hard to find new warnings. > > This patch fixes followi

[U-Boot] [PATCH] dlmalloc: remove manual reloc alias warning

2012-08-13 Thread Andreas Bießmann
From: Andreas Bießmann The avr32 architecture (and some others) require manual relocation. Due to the previous error all avr32 boards gave warnings in MAKEALL wich makes it hard to find new warnings. This patch fixes following warning: ---8<--- dlmalloc.c: In function 'malloc_bin_reloc': dlmallo