summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-06-16 14:55:27 +0000
committerbde <bde@FreeBSD.org>1998-06-16 14:55:27 +0000
commit552ad26fff7e15af3963a4b1e7a19f82626c2b49 (patch)
tree73f998308f9f60421e374154a548b46a11e092b1 /sys
parent58834da70ea1dcfb2ee4b41c80350be02ce47d44 (diff)
downloadFreeBSD-src-552ad26fff7e15af3963a4b1e7a19f82626c2b49.zip
FreeBSD-src-552ad26fff7e15af3963a4b1e7a19f82626c2b49.tar.gz
Backed out rev.1.183, which had nothing to do with its log message.
It was to support a half-baked optimization of certain long long divisions in gcc-2.8 and/or egcs. We now avoid these divisions.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files.i3863
-rw-r--r--sys/i386/conf/files.i3863
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index f0a9e71..c6374fa 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.196 1998/04/06 15:49:35 peter Exp $
+# $Id: files.i386,v 1.197 1998/04/19 23:31:29 julian Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -281,7 +281,6 @@ libkern/strncmp.c standard
libkern/strncpy.c standard
libkern/udivdi3.c standard
libkern/umoddi3.c standard
-libkern/cmpdi2.c standard
gnu/i386/fpemul/div_small.s optional gpl_math_emulate
gnu/i386/fpemul/errors.c optional gpl_math_emulate
gnu/i386/fpemul/fpu_arith.c optional gpl_math_emulate
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index f0a9e71..c6374fa 100644
--- a/sys/i386/conf/files.i386
+++ b/sys/i386/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.196 1998/04/06 15:49:35 peter Exp $
+# $Id: files.i386,v 1.197 1998/04/19 23:31:29 julian Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -281,7 +281,6 @@ libkern/strncmp.c standard
libkern/strncpy.c standard
libkern/udivdi3.c standard
libkern/umoddi3.c standard
-libkern/cmpdi2.c standard
gnu/i386/fpemul/div_small.s optional gpl_math_emulate
gnu/i386/fpemul/errors.c optional gpl_math_emulate
gnu/i386/fpemul/fpu_arith.c optional gpl_math_emulate
OpenPOWER on IntegriCloud