From owner-cvs-src@FreeBSD.ORG Sat Feb 5 01:02:15 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEB8C16AAC2; Sat, 5 Feb 2005 01:02:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3BCF43D3F; Sat, 5 Feb 2005 01:02:12 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1512Cq6078331; Sat, 5 Feb 2005 01:02:12 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1512Co1078330; Sat, 5 Feb 2005 01:02:12 GMT (envelope-from das) Message-Id: <200502050102.j1512Co1078330@repoman.freebsd.org> From: David Schultz Date: Sat, 5 Feb 2005 01:02:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern imgact_aout.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 01:02:15 -0000 das 2005-02-05 01:02:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern imgact_aout.c Log: MFC: 2004-11-20 02:32:04 UTC Maintain the broken state of backwards compatibilty for a.out (and PECOFF!) core dumps. None of the old versions of gdb I tried were able to read a.out core dumps before or after this change. 2004-11-27 06:46:59 UTC Axe a.out core dump support. Neither older gdb binaries nor current bfd sources understand the present format. Revision Changes Path 1.94.2.2 +1 -53 src/sys/kern/imgact_aout.c