Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2001 20:53:25 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Poul-Henning Kamp <phk@FreeBSD.org>
Cc:        <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/libkern adddi3.c anddi3.c cmpdi2.c iordi3.c locc.c lshldi3.c muldi3.c negdi2.c notdi2.c subdi3.c xordi3.c
Message-ID:  <20011108203658.L1232-100000@delplex.bde.org>
In-Reply-To: <200111052110.fA5LABM08019@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 5 Nov 2001, Poul-Henning Kamp wrote:

> phk         2001/11/05 13:10:10 PST
>
>   Removed files:
>     sys/libkern          adddi3.c anddi3.c cmpdi2.c iordi3.c
>                          locc.c lshldi3.c muldi3.c negdi2.c
>                          notdi2.c subdi3.c xordi3.c
>   Log:
>   Garbage call!
>
>   These files have been obsoleted by compiler technology (such as it is
>   for gcc) for quite some time.

Whether or not these files are used is machine-dependent.  gcc emits
calls to the functions in them as necessary.  It just happens to be
unnecessary for all currently supported machines.  Similarly in libc,
except optimizing out building of the unused routines is not very
useful there and is only done for i386's.

Please back this out.

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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