From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 06 Jul 2012 13:09:43 -0600 Subject: [U-Boot] [PATCH 2/7] HACK: rearrange link order for thumb In-Reply-To: <1341598142-28873-3-git-send-email-amartin@nvidia.com> References: <1341598142-28873-1-git-send-email-amartin@nvidia.com> <1341598142-28873-3-git-send-email-amartin@nvidia.com> Message-ID: <4FF737F7.8040008@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/06/2012 12:08 PM, Allen Martin wrote: > Rearrange the link order of libraries to avoid out of bound > relocations in thumb mode. I have no idea how to fix this for real. Are the relocations branches or something else? It looks like unconditional jump range is +/-4MB for Thumb1 and +/-16MB for Thumb2, so I'm surprised we'd be exceeding that, considering the U-boot binary is on the order of 256KB on Tegra right now.