Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2015 01:21:11 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284587 - head/sys/conf
Message-ID:  <201506190121.t5J1LBsr072221@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Fri Jun 19 01:21:10 2015
New Revision: 284587
URL: https://svnweb.freebsd.org/changeset/base/284587

Log:
  Add in library routines not supplied by gcc-4.9 but required by the kernel.
  
  Reviewed by:	imp

Modified:
  head/sys/conf/files.mips

Modified: head/sys/conf/files.mips
==============================================================================
--- head/sys/conf/files.mips	Fri Jun 19 00:53:15 2015	(r284586)
+++ head/sys/conf/files.mips	Fri Jun 19 01:21:10 2015	(r284587)
@@ -61,6 +61,8 @@ libkern/flsll.c				standard
 libkern/memmove.c			standard
 libkern/cmpdi2.c			optional	mips | mipsel
 libkern/ucmpdi2.c			optional	mips | mipsel
+libkern/ashldi3.c			standard
+libkern/ashrdi3.c			standard
 
 # cfe support
 dev/cfe/cfe_api.c			optional	cfe



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