From owner-cvs-src@FreeBSD.ORG Thu May 19 07:32:43 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 AA08D16A4CE; Thu, 19 May 2005 07:32:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73F8D43D5F; Thu, 19 May 2005 07:32:43 +0000 (GMT) (envelope-from dfr@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 j4J7WhAU006654; Thu, 19 May 2005 07:32:43 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4J7WhJ7006653; Thu, 19 May 2005 07:32:43 GMT (envelope-from dfr) Message-Id: <200505190732.j4J7WhJ7006653@repoman.freebsd.org> From: Doug Rabson Date: Thu, 19 May 2005 07:32:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/rtld-elf/i386 rtld_start.S 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: Thu, 19 May 2005 07:32:43 -0000 dfr 2005-05-19 07:32:42 UTC FreeBSD src repository Modified files: libexec/rtld-elf/i386 rtld_start.S Log: Align the stack to a 16 byte boundary before calling _rtld so that we can safely initialise shared libraries that use SSE in their init sections. MFC After: 1 week Revision Changes Path 1.4 +6 -3 src/libexec/rtld-elf/i386/rtld_start.S