From owner-cvs-all Tue Nov 26 10:28:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55B5037B401; Tue, 26 Nov 2002 10:28:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C2D843EA9; Tue, 26 Nov 2002 10:28:55 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAQIPKmV094253; Tue, 26 Nov 2002 10:25:20 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAQIPKF3094252; Tue, 26 Nov 2002 10:25:20 -0800 (PST) Message-Id: <200211261825.gAQIPKF3094252@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 26 Nov 2002 10:25:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools auto-host.h src/contrib/gcc function.c gcc.c src/contrib/gcc/config freebsd-spec.h src/contrib/gcc/config/alpha freebsd.h src/contrib/gcc/config/i386 freebsd.h X-FreeBSD-CVS-Branch: HEAD 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 obrien 2002/11/26 10:25:20 PST Modified files: gnu/usr.bin/cc/cc_tools auto-host.h contrib/gcc function.c gcc.c contrib/gcc/config freebsd-spec.h contrib/gcc/config/alpha freebsd.h contrib/gcc/config/i386 freebsd.h Log: Remove our custom mixed ELF/a.out support. This means the base compiler now only produce ELF objects. It also makes us closer to stock GCC, and simplifies the set of changes we still need from stock GCC on every import. Applauded by: peter Approved by: re Revision Changes Path 1.14 +0 -2 src/contrib/gcc/config/alpha/freebsd.h 1.6 +1 -4 src/contrib/gcc/config/freebsd-spec.h 1.59 +13 -192 src/contrib/gcc/config/i386/freebsd.h 1.13 +3 -10 src/contrib/gcc/function.c 1.32 +0 -55 src/contrib/gcc/gcc.c 1.12 +1 -7 src/gnu/usr.bin/cc/cc_tools/auto-host.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message