From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Sun, 21 Jun 2009 14:25:50 +0200 Subject: [U-Boot] [PATCH 2/2 V2] ARM: Don't include libgcc anymore In-Reply-To: <1245490407-22770-2-git-send-email-plagnioj@jcrosoft.com> References: <1245490407-22770-1-git-send-email-plagnioj@jcrosoft.com> <1245490407-22770-2-git-send-email-plagnioj@jcrosoft.com> Message-ID: <4A3E26CE.1060009@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 Jean-Christophe PLAGNIOL-VILLARD wrote: > This patch removes the inclusion of libgcc functions into U-Boot on the ARM > architecture. Only the really needed functions are provided in the lib_arm > directory. Those implementations are copied from Linux where they are well > proven related to reliably, performance. > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > Rebased against current HEAD > > Best Regards, > J. ... > create mode 100644 lib_arm/lib1funcs.S For this I get Warning: trailing whitespace in lines 51,65,152 of lib_arm/lib1funcs.S Best regards Dirk