From owner-cvs-all Mon Nov 29 2:41:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E731214C1F; Mon, 29 Nov 1999 02:41:23 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA32691; Mon, 29 Nov 1999 02:41:23 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <199911291041.CAA32691@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 29 Nov 1999 02:41:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc gcc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/11/29 02:41:23 PST Modified files: contrib/gcc gcc.c Log: * Use getobjformat() rather than manually do what it does. * Don't conditional based on i386, but generalize to all FreeBSD arch's. * Don't be a.out-centric, but generalize to handle other possible future formats. Submitted by: marcel (partial) Revision Changes Path 1.13 +44 -72 src/contrib/gcc/gcc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message