svn commit: r203629 - head/sys/conf

Warner Losh imp at FreeBSD.org
Sun Feb 7 19:49:01 UTC 2010


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
 


More information about the svn-src-all mailing list