Re: [U-Boot] [PATCH] Add gc-section support for ARM

2012-05-29 Thread Wolfgang Denk
Dear Charles Manning, In message <201205150901.30710.mannin...@actrix.gen.nz> you wrote: > > > > +PLATFORM_RELFLAGS += -ffunction-sections > > > > where's the -fdata-sections ? > > I tried that once before and could not get that to work with u-boot. I figure > doing just the function sections is

Re: [U-Boot] [PATCH] Add gc-section support for ARM

2012-05-17 Thread Tom Rini
On Wed, May 16, 2012 at 10:45:33AM +1200, Charles Manning wrote: > On Wednesday 16 May 2012 10:25:26 Wolfgang Denk wrote: > > Dear Charles, > > > > In message <201205161007.59560.mannin...@actrix.gen.nz> you wrote: > > > On Tuesday 15 May 2012 17:12:05 Mike Frysinger wrote: > > > > ... > > > > > >

Re: [U-Boot] [PATCH] Add gc-section support for ARM

2012-05-15 Thread Charles Manning
On Wednesday 16 May 2012 10:25:26 Wolfgang Denk wrote: > Dear Charles, > > In message <201205161007.59560.mannin...@actrix.gen.nz> you wrote: > > On Tuesday 15 May 2012 17:12:05 Mike Frysinger wrote: > > ... > > > > current u-boot policy is to not introduce changes that knowingly break > > > other

Re: [U-Boot] [PATCH] Add gc-section support for ARM

2012-05-15 Thread Wolfgang Denk
Dear Charles, In message <201205161007.59560.mannin...@actrix.gen.nz> you wrote: > On Tuesday 15 May 2012 17:12:05 Mike Frysinger wrote: ... > > current u-boot policy is to not introduce changes that knowingly break > > other platforms. so if you want to update the common arm config.mk, you > > n

Re: [U-Boot] [PATCH] Add gc-section support for ARM

2012-05-15 Thread Charles Manning
On Tuesday 15 May 2012 17:12:05 Mike Frysinger wrote: > On Monday 14 May 2012 17:01:30 Charles Manning wrote: > > On Monday 14 May 2012 17:15:50 Mike Frysinger wrote: > > > On Wednesday 02 May 2012 21:37:51 Charles Manning wrote: > > > > Seems odd that this hasn't been done yet. > > > > Shaves 5k o

Re: [U-Boot] [PATCH] Add gc-section support for ARM

2012-05-15 Thread Albert ARIBAUD
Le 15/05/2012 07:12, Mike Frysinger a écrit : On Monday 14 May 2012 17:01:30 Charles Manning wrote: On Monday 14 May 2012 17:15:50 Mike Frysinger wrote: On Wednesday 02 May 2012 21:37:51 Charles Manning wrote: Seems odd that this hasn't been done yet. Shaves 5k off an omap overo build. my un

Re: [U-Boot] [PATCH] Add gc-section support for ARM

2012-05-14 Thread Mike Frysinger
On Monday 14 May 2012 17:01:30 Charles Manning wrote: > On Monday 14 May 2012 17:15:50 Mike Frysinger wrote: > > On Wednesday 02 May 2012 21:37:51 Charles Manning wrote: > > > Seems odd that this hasn't been done yet. > > > Shaves 5k off an omap overo build. > > > > my understanding is that it doe

Re: [U-Boot] [PATCH] Add gc-section support for ARM

2012-05-14 Thread Charles Manning
On Monday 14 May 2012 17:15:50 Mike Frysinger wrote: > On Wednesday 02 May 2012 21:37:51 Charles Manning wrote: > > Seems odd that this hasn't been done yet. > > Shaves 5k off an omap overo build. > > my understanding is that it doesn't work for some It won't work for people that don't set up thei

Re: [U-Boot] [PATCH] Add gc-section support for ARM

2012-05-13 Thread Mike Frysinger
On Wednesday 02 May 2012 21:37:51 Charles Manning wrote: > Seems odd that this hasn't been done yet. > Shaves 5k off an omap overo build. my understanding is that it doesn't work for some > +PLATFORM_RELFLAGS += -ffunction-sections where's the -fdata-sections ? -mike signature.asc Description:

[U-Boot] [PATCH] Add gc-section support for ARM

2012-05-02 Thread Charles Manning
Seems odd that this hasn't been done yet. Shaves 5k off an omap overo build. Signed-off-by: Charles Manning --- arch/arm/config.mk |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/config.mk b/arch/arm/config.mk index 45f9dca..73e0cce 100644 --- a/arch/arm/conf