From cb4046c592b7e1a0b3412bea8de21ec16a5e9e95 Mon Sep 17 00:00:00 2001 From: Phil Edworthy Date: Mon, 24 Oct 2011 10:24:12 +0100 Subject: sh: Add ashrsi3 libgcc function The ashrsi3 function is used by some commands that aren't in SH2A default configs (e.g. JFFS2). The ashrsi3.S file has been copied from Linux. Signed-off-by: Phil Edworthy Cc: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- arch/sh/lib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/sh/lib/Makefile') diff --git a/arch/sh/lib/Makefile b/arch/sh/lib/Makefile index 6aaf55ae82..256811afd4 100644 --- a/arch/sh/lib/Makefile +++ b/arch/sh/lib/Makefile @@ -28,6 +28,7 @@ GLSOBJS += ashiftrt.o GLSOBJS += ashiftlt.o GLSOBJS += lshiftrt.o GLSOBJS += ashldi3.o +GLSOBJS += ashrsi3.o GLSOBJS += lshrdi3.o GLSOBJS += movmem.o -- cgit v1.2.1