From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Wed, 26 Feb 2014 21:18:38 +0100 Subject: [U-Boot] [PATCH v7 1/3] cm_t335: fix linker file to produce full ELF In-Reply-To: <1393088023-23959-1-git-send-email-albert.u.boot@aribaud.net> References: <1393088023-23959-1-git-send-email-albert.u.boot@aribaud.net> Message-ID: <20140226211838.02849b3c@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 22 Feb 2014 17:53:41 +0100, Albert ARIBAUD wrote: > Newly added cm_t335 was missed in commit 47ed5dd0 which > made ARM targets produce full ELF files. Fix its linker > script. > > This change is binary-invariant when only .dynsym, .dynstr, > .dynamic, .plt, .interp and .gun sections are declared. > > Sections .hash, .got.plt, .dynbss and .ARM.exidx are also > declared so that their (unused) content is moved out of the > u-boot binary. > > Signed-off-by: Albert ARIBAUD > --- Series applied to u-boot-arm/master. Amicalement, -- Albert.