From owner-cvs-all Tue Oct 31 1:45: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCAAC37B4D7; Tue, 31 Oct 2000 01:44:58 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA46155; Tue, 31 Oct 2000 01:44:58 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200010310944.BAA46155@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 31 Oct 2000 01:44:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/10/31 01:44:58 PST Modified files: (Branch: RELENG_4) gnu/lib Makefile Log: MFC. * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to work when using the egcs and gcc-devel ports, along with GCC built from stock public FSF sources. With out this change, FreeBSD will be removed from the list of systems GCC 3.0 must be evaluated on before release. * Switch from our own crt{begin,in} to those created from GCC's crtstuff.c. * Break out our ELF branding bits into a seperate file. Currently this is now included by our crt1.c files (since this functionality was part of our native crtbegin.c). Later crtbrand.o will be merged in the creation Revision Changes Path 1.25.2.2 +2 -2 src/gnu/lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message