From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Fri, 07 Sep 2007 00:45:08 +0200 Subject: [U-Boot-Users] [PATCH 2/2][MIPS] Remove inline asm string functions In-Reply-To: Your message of "Fri, 31 Aug 2007 14:41:51 +0900." <46D7AA1F.7090901@necel.com> Message-ID: <20070906224508.DD206247AF@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de In message <46D7AA1F.7090901@necel.com> you wrote: > Revised. Hope this applied. > > Thanks, > > --- > We MIPS stop using inline string functions 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 Applied, thanks.