From owner-cvs-all Wed Aug 25 2: 7:28 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 BE4A71586D; Wed, 25 Aug 1999 02:07:26 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA21572; Wed, 25 Aug 1999 02:05:29 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199908250905.CAA21572@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 25 Aug 1999 02:05:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_locore.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/08/25 02:05:29 PDT Modified files: sys/i386/linux linux_locore.s Log: Fix stack misalignment for Linux binaries caused by `linux_sigcode' not being a multiple of 4 bytes in size. This solves the recent SIGBUS errors for glibc2.1 configurations. Explained by: bde Revision Changes Path 1.3 +1 -1 src/sys/i386/linux/linux_locore.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message