From owner-cvs-all Sun Nov 17 21: 0: 5 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 64FE537B401; Sun, 17 Nov 2002 21:00:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1540D43E4A; Sun, 17 Nov 2002 21:00:04 -0800 (PST) (envelope-from bde@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 gAI4vDmV054530; Sun, 17 Nov 2002 20:57:13 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAI4vDE5054529; Sun, 17 Nov 2002 20:57:13 -0800 (PST) Message-Id: <200211180457.gAI4vDE5054529@repoman.freebsd.org> From: Bruce Evans Date: Sun, 17 Nov 2002 20:57:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/i386-elf crt1.c X-FreeBSD-CVS-Branch: RELENG_4 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 bde 2002/11/17 20:57:13 PST Modified files: (Branch: RELENG_4) lib/csu/i386-elf crt1.c Log: MFC (1.10: align the stack suitably for the version of gcc in FreeBSD-4 (provided -fomit-frame-pointer is not used)). This MFC didn't make it into 4.7R after 3 days because it was too dangerous to merge a few days before 4.7R. PR: 41528: Revision Changes Path 1.4.2.2 +33 -0 src/lib/csu/i386-elf/crt1.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message