Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2010 19:49:01 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r203629 - head/sys/conf
Message-ID:  <201002071949.o17Jn16s017128@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sun Feb  7 19:49:01 2010
New Revision: 203629
URL: http://svn.freebsd.org/changeset/base/203629

Log:
  merge from my tbemd branch: cmpdi2 and ucmpdi2 are genereated when the
  inline limit is pushed to a very low level.  Include them here until
  we can find a better way to optionally include them.  They are small...

Modified:
  head/sys/conf/files.mips

Modified: head/sys/conf/files.mips
==============================================================================
--- head/sys/conf/files.mips	Sun Feb  7 19:46:03 2010	(r203628)
+++ head/sys/conf/files.mips	Sun Feb  7 19:49:01 2010	(r203629)
@@ -71,6 +71,7 @@ geom/geom_mbr.c			optional	geom_mbr
 geom/geom_mbr_enc.c		optional	geom_mbr
 libkern/ashldi3.c		standard
 libkern/ashrdi3.c		standard
+libkern/cmpdi2.c		standard
 libkern/divdi3.c		optional	isa_mips32
 libkern/ffsl.c			standard
 libkern/fls.c			standard
@@ -79,6 +80,7 @@ libkern/lshrdi3.c		standard
 libkern/memmove.c		standard
 libkern/moddi3.c		optional	isa_mips32
 libkern/qdivrem.c		optional	isa_mips32
+libkern/ucmpdi2.c		standard
 libkern/udivdi3.c		optional	isa_mips32
 libkern/umoddi3.c		optional	isa_mips32
 



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