From owner-cvs-all Thu Aug 22 20:47:57 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 5BEFA37B400; Thu, 22 Aug 2002 20:47:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B3543E72; Thu, 22 Aug 2002 20:47:50 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from freefall.freebsd.org (marcel@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N3loJU051585; Thu, 22 Aug 2002 20:47:50 -0700 (PDT) (envelope-from marcel@freefall.freebsd.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N3loUs051584; Thu, 22 Aug 2002 20:47:50 -0700 (PDT) Message-Id: <200208230347.g7N3loUs051584@freefall.freebsd.org> From: Marcel Moolenaar Date: Thu, 22 Aug 2002 20:47:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/ia64/sys sbrk.S X-FreeBSD-CVS-Branch: HEAD 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 marcel 2002/08/22 20:47:50 PDT Modified files: lib/libc/ia64/sys sbrk.S Log: We cannot use an alloc with only inputs and/or locals. The kernel assumes that the parameters are passed in output registers. Remove the alloc entirely, but don't depend on the kernel not trashing our registers. Revision Changes Path 1.3 +17 -12 src/lib/libc/ia64/sys/sbrk.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message