From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Fri, 8 Nov 2013 22:37:48 +0100 (CET) Subject: [U-Boot] [PATCH v1] arm: keep all sections in ELF file In-Reply-To: <1383830506-9014-1-git-send-email-albert.u.boot@aribaud.net> References: <1383830506-9014-1-git-send-email-albert.u.boot@aribaud.net> Message-ID: <269040854.123364.1383946668398.JavaMail.zimbra@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 that .bin remains minimal. > > Signed-off-by: Albert ARIBAUD Reviewed-by: Beno?t Th?baudeau Best regards, Beno?t