Re: [U-Boot] [PATCH] arm: lds: Remove libgcc eabi exception handling tables

2013-09-06 Thread Michal Simek
On 09/05/2013 09:16 PM, Albert ARIBAUD wrote: > Hi Michal, > > On Thu, 25 Jul 2013 16:16:46 +0200, Michal Simek > wrote: > >> Remove ARM eabi exception handling tables (for frame unwinding). >> AFAICT, u-boot stubs away the frame unwiding routines, so the tables will >> more or less just consume

Re: [U-Boot] [PATCH] arm: lds: Remove libgcc eabi exception handling tables

2013-09-06 Thread Michal Simek
Hi, On 09/05/2013 06:05 PM, Albert ARIBAUD wrote: > Hi Michal, > > On Thu, 05 Sep 2013 17:30:54 +0200, Michal Simek > wrote: > >> Hi Albert, >> >> On 09/05/2013 03:03 PM, Albert ARIBAUD wrote: >>> Hi Michal, >>> >>> On Thu, 25 Jul 2013 16:16:46 +0200, Michal Simek >>> wrote: >>> Remove AR

Re: [U-Boot] [PATCH] arm: lds: Remove libgcc eabi exception handling tables

2013-09-05 Thread Albert ARIBAUD
Hi Michal, On Thu, 25 Jul 2013 16:16:46 +0200, Michal Simek wrote: > Remove ARM eabi exception handling tables (for frame unwinding). > AFAICT, u-boot stubs away the frame unwiding routines, so the tables will > more or less just consume space. It should be OK to remove them. > > Signed-off-by:

Re: [U-Boot] [PATCH] arm: lds: Remove libgcc eabi exception handling tables

2013-09-05 Thread Albert ARIBAUD
Hi Michal, On Thu, 05 Sep 2013 17:30:54 +0200, Michal Simek wrote: > Hi Albert, > > On 09/05/2013 03:03 PM, Albert ARIBAUD wrote: > > Hi Michal, > > > > On Thu, 25 Jul 2013 16:16:46 +0200, Michal Simek > > wrote: > > > >> Remove ARM eabi exception handling tables (for frame unwinding). > >>

Re: [U-Boot] [PATCH] arm: lds: Remove libgcc eabi exception handling tables

2013-09-05 Thread Michal Simek
Hi Albert, On 09/05/2013 03:03 PM, Albert ARIBAUD wrote: > Hi Michal, > > On Thu, 25 Jul 2013 16:16:46 +0200, Michal Simek > wrote: > >> Remove ARM eabi exception handling tables (for frame unwinding). >> AFAICT, u-boot stubs away the frame unwiding routines, so the tables will >> more or less

Re: [U-Boot] [PATCH] arm: lds: Remove libgcc eabi exception handling tables

2013-09-05 Thread Albert ARIBAUD
Hi Michal, On Thu, 25 Jul 2013 16:16:46 +0200, Michal Simek wrote: > Remove ARM eabi exception handling tables (for frame unwinding). > AFAICT, u-boot stubs away the frame unwiding routines, so the tables will > more or less just consume space. It should be OK to remove them. > > Signed-off-by:

[U-Boot] [PATCH] arm: lds: Remove libgcc eabi exception handling tables

2013-07-25 Thread Michal Simek
Remove ARM eabi exception handling tables (for frame unwinding). AFAICT, u-boot stubs away the frame unwiding routines, so the tables will more or less just consume space. It should be OK to remove them. Signed-off-by: Edgar E. Iglesias Signed-off-by: Michal Simek --- This patch was sent to ML a