From owner-cvs-all Thu Nov 8 1:54:40 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 17ADD37B41C; Thu, 8 Nov 2001 01:54:35 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id UAA08276; Thu, 8 Nov 2001 20:54:32 +1100 Date: Thu, 8 Nov 2001 20:53:25 +1100 (EST) From: Bruce Evans X-X-Sender: To: Poul-Henning Kamp Cc: , 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 In-Reply-To: <200111052110.fA5LABM08019@freefall.freebsd.org> Message-ID: <20011108203658.L1232-100000@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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