u-boot-brain/arch/nios2/lib
Thomas Chou 8d52ea6db4 nios2: fix div64 issue for gcc4
This patch fixes the run-time error on div64 when built with
gcc4, which was reported by jhwu0625 on nios forum. It merges
math support from libgcc of gcc4. This patch is copied from
nios2-linux.

It works with both gcc3 and gcc4. The old mult.c, divmod.c and
math.h are removed.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Signed-off-by: Scott McNutt <smcnutt@psyent.com>
2010-05-28 10:56:03 -04:00
..
board.c nios2: fix no flash, add nand and mmc init in board.c 2010-04-24 18:21:23 -04:00
bootm.c Move lib_$ARCH directories to arch/$ARCH/lib 2010-04-13 09:13:03 +02:00
cache.S Move lib_$ARCH directories to arch/$ARCH/lib 2010-04-13 09:13:03 +02:00
libgcc.c nios2: fix div64 issue for gcc4 2010-05-28 10:56:03 -04:00
longlong.h nios2: fix div64 issue for gcc4 2010-05-28 10:56:03 -04:00
Makefile nios2: fix div64 issue for gcc4 2010-05-28 10:56:03 -04:00
time.c Move lib_$ARCH directories to arch/$ARCH/lib 2010-04-13 09:13:03 +02:00