From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 23 Sep 2010 00:07:27 +0200 Subject: [U-Boot] [PATCH 2/2] [NEXT] arm926ejs: reduce code size with -msingle-pic-base In-Reply-To: <4C9A76DD.4030604@free.fr> References: <1285163872-20910-1-git-send-email-albert.aribaud@free.fr> <1285163872-20910-2-git-send-email-albert.aribaud@free.fr> <4C9A540D.3020205@free.fr> <4C9A76DD.4030604@free.fr> Message-ID: <4C9A7E1F.3020303@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I've just recompiled with the CodeSourcery toolchain and I can see the board_init_f prolog going thus: c1080688: e59fa118 ldr sl, [pc, #280] ; c10807a8 c108068c: e59f8118 ldr r8, [pc, #280] ; c10807ac c1080690: e08fa00a add sl, pc, sl It is scattered, but it is there. Also, I see board_init_f starting at c108064c. Ben, that's a different address from what you see in your map file, but maybe we're not using the same exact source tree? I tested with the current 'next' branch plus my two patches. Amicalement, -- Albert.