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.
This commit is contained in:
Bruce Evans 1998-06-16 14:55:27 +00:00
parent f95ac73519
commit 2ebd0c3795
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37016
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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