summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/lib1funcs.S
Commit message (Collapse)AuthorAgeFilesLines
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-5/+1
| | | | | | | The FSF address has changed in the past. Instead of updating it each time the address changes, just drop it completely treewide. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: Separate assembler functions into their own sectionSascha Hauer2012-07-231-0/+7
| | | | | | To let the linker remove unused functions. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* arm: libgcc update to linux v2.6.37Jean-Christophe PLAGNIOL-VILLARD2011-01-171-0/+348
This patch removes the inclusion of libgcc functions into Barebox 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 <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>