]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[MIPS] Remove inline asm string functions
authorShinya Kuribayashi <shinya.kuribayashi@necel.com>
Fri, 31 Aug 2007 05:41:51 +0000 (14:41 +0900)
committerWolfgang Denk <wd@denx.de>
Thu, 6 Sep 2007 22:44:45 +0000 (00:44 +0200)
commitb4d8a55145442f136982634862341a3e02002bda
tree994fca2e5da539b42453134d7bb394c07433fb05
parent8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5
[MIPS] Remove inline asm string functions

Stop using inline string functions on MIPS as other ARCHs do so,
since the optimized inline asm versions are not small.

This change is triggered by a following MIPS build error:
common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init':
common/exports.c:32: undefined reference to `strcmp'
make: *** [u-boot] Error 1

Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
include/asm-mips/string.h