Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Aug 2018 14:48:33 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r338052 - head/stand/libsa
Message-ID:  <201808191448.w7JEmXnH064461@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Sun Aug 19 14:48:32 2018
New Revision: 338052
URL: https://svnweb.freebsd.org/changeset/base/338052

Log:
  libsa: Add lshrdi3.c for powerpc* and mips

Modified:
  head/stand/libsa/Makefile

Modified: head/stand/libsa/Makefile
==============================================================================
--- head/stand/libsa/Makefile	Sun Aug 19 14:39:57 2018	(r338051)
+++ head/stand/libsa/Makefile	Sun Aug 19 14:48:32 2018	(r338052)
@@ -73,13 +73,13 @@ SRCS+=	aeabi_memcmp.S aeabi_memcpy.S aeabi_memmove.S a
 
 .if ${MACHINE_CPUARCH} == "powerpc"
 .PATH: ${LIBC_SRC}/quad
-SRCS+=	ashldi3.c ashrdi3.c
+SRCS+=	ashldi3.c ashrdi3.c lshrdi3.c
 SRCS+=	syncicache.c
 .endif
 
 .if ${MACHINE_CPUARCH} == "mips"
 .PATH: ${LIBC_SRC}/quad
-SRCS+=	ashldi3.c ashrdi3.c
+SRCS+=	ashldi3.c ashrdi3.c lshrdi3.c
 .endif
 
 # uuid functions from libc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808191448.w7JEmXnH064461>