Re: [U-Boot] [PATCH v1] arm: keep all sections in ELF file

2013-12-06 Thread Albert ARIBAUD
On Thu, 7 Nov 2013 14:21:46 +0100, Albert ARIBAUD wrote: > Current LDS files /DISCARD/ a lot of sections when linking ELF > files, causing diagnostic tools such as readelf or objdump to > produce partial output. Keep all section at link stage, filter > only at objcopy time so that .bin remains m

Re: [U-Boot] [PATCH v1] arm: keep all sections in ELF file

2013-11-08 Thread Benoît Thébaudeau
Hi Albert, On Thursday, November 7, 2013 2:21:46 PM, Albert ARIBAUD wrote: > Current LDS files /DISCARD/ a lot of sections when linking ELF > files, causing diagnostic tools such as readelf or objdump to > produce partial output. Keep all section at link stage, filter > only at objcopy time so tha

[U-Boot] [PATCH v1] arm: keep all sections in ELF file

2013-11-07 Thread Albert ARIBAUD
Current LDS files /DISCARD/ a lot of sections when linking ELF files, causing diagnostic tools such as readelf or objdump to produce partial output. Keep all section at link stage, filter only at objcopy time so that .bin remains minimal. Signed-off-by: Albert ARIBAUD --- This is a repost of the