From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Sat, 08 Aug 2009 08:50:35 +0200 Subject: [U-Boot] [PATCH] ARM EABI: add new helper functions resp. function names In-Reply-To: <1249586999-2595-1-git-send-email-wd@denx.de> References: <1249586999-2595-1-git-send-email-wd@denx.de> Message-ID: <4A7D203B.2000803@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > The ARM EABI defines new names for GCC helper functions, > and GCC seems to need some new functions as well. > > This patch is a minimal-invasive approach to fix problems with EABI > conformant tool chains (to be used with "USE_PRIVATE_LIBGCC=yes"). Using my broken toolchain, which needs USE_PRIVATE_LIBGCC=yes for successful linking, I did ./MAKEALL ARM_CORTEX_A8 without and with this patch and both compile fine recent git head. Thanks Dirk