[PATCH] Add dummy implementation of __aeabi_unwind_cpp_pr0 to prevent compiler errors

166 views
Skip to first unread message

Aneesh V

unread,
Nov 10, 2011, 9:13:04 AM11/10/11
to x-lo...@googlegroups.com, Aneesh V
Courtesy Wolfgang's patch for u-boot:
http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/78612

Signed-off-by: Aneesh V <ane...@ti.com>
---
lib/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/Makefile b/lib/Makefile
index 60b8090..baa5878 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -29,7 +29,7 @@ LIB = lib$(ARCH).a

AOBJS = _udivsi3.o _umodsi3.o

-COBJS = board.o ecc.o printf.o div0.o
+COBJS = board.o ecc.o printf.o div0.o eabi_compat.o

OBJS = $(AOBJS) $(COBJS)

--
1.7.1

Gadiyar, Anand

unread,
Dec 5, 2011, 6:25:52 AM12/5/11
to x-lo...@googlegroups.com
V, Aneesh wrote:
> Courtesy Wolfgang's patch for u-boot:
> http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/78612
>
> Signed-off-by: Aneesh V <ane...@ti.com>
> ---
> lib/Makefile | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>

Hi Aneesh,

You missed adding lib/eabi_compat.c

I copied over lib/div0.c and modified it to add a dummy function.
I've committed this change.

Thanks,
Anand

Reply all
Reply to author
Forward
0 new messages