summaryrefslogtreecommitdiffstats
path: root/arch/sh/lib/Makefile
diff options
context:
space:
mode:
authorPhil Edworthy <phil.edworthy@renesas.com>2011-10-24 10:24:12 +0100
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2011-12-02 13:46:20 +0900
commitcb4046c592b7e1a0b3412bea8de21ec16a5e9e95 (patch)
tree5b21d823aa4d544b8005148dbb1421fd605136e5 /arch/sh/lib/Makefile
parent4cde1740d259eb3d1f6943e6eb131c33e7b9faf3 (diff)
downloadblackbird-obmc-uboot-cb4046c592b7e1a0b3412bea8de21ec16a5e9e95.tar.gz
blackbird-obmc-uboot-cb4046c592b7e1a0b3412bea8de21ec16a5e9e95.zip
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 <phil.edworthy@renesas.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/sh/lib/Makefile')
-rw-r--r--arch/sh/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud