From owner-cvs-all@FreeBSD.ORG Tue Dec 2 23:40:05 2003 Return-Path: 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 11FE416A4CE; Tue, 2 Dec 2003 23:40:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6810443FE1; Tue, 2 Dec 2003 23:40:04 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB37e4XJ016951; Tue, 2 Dec 2003 23:40:04 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB37e4AP016950; Tue, 2 Dec 2003 23:40:04 -0800 (PST) (envelope-from phk) Message-Id: <200312030740.hB37e4AP016950@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 2 Dec 2003 23:40:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf ldscript.i386 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 07:40:05 -0000 phk 2003/12/02 23:40:03 PST FreeBSD src repository Modified files: sys/conf ldscript.i386 Log: Align the .ctors section correctly. This fixes the 75% probable panic when using basic block profiling. Approved by: re@ Revision Changes Path 1.9 +1 -0 src/sys/conf/ldscript.i386