From ef56c153fb21e535f2646523a1525afff619b222 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 28 Jan 2011 13:26:54 +0100 Subject: [PATCH] --- yaml --- r: 232719 b: refs/heads/master c: de93c3c119382cb888ca8a94b642dbcf8035525e h: refs/heads/master i: 232717: d2a93f9ccfc116d2a7eb2af788c23d6de1a07502 232715: b6f75d12d844d9fd34f840af361bc742ddde267a 232711: 3204a3a4938d7133821989aacd50fdcc7f5d92d6 232703: 6dae69561a64eb10ba3010f19cdff725e9f7a95e v: v3 --- [refs] | 2 +- trunk/arch/microblaze/lib/fastcopy.S | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 48fade27e6e1..35b520a1a59f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9c749e177ccc0b3ee9589425c7255079e7a726fc +refs/heads/master: de93c3c119382cb888ca8a94b642dbcf8035525e diff --git a/trunk/arch/microblaze/lib/fastcopy.S b/trunk/arch/microblaze/lib/fastcopy.S index fdc48bb065d8..62021d7e249e 100644 --- a/trunk/arch/microblaze/lib/fastcopy.S +++ b/trunk/arch/microblaze/lib/fastcopy.S @@ -29,6 +29,10 @@ * between mem locations with size of xfer spec'd in bytes */ +#ifdef __MICROBLAZEEL__ +#error Microblaze LE not support ASM optimized lib func. Disable OPT_LIB_ASM. +#endif + #include .text .globl memcpy