From owner-cvs-all Fri May 12 14:49: 2 2000 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 61D1837B94A; Fri, 12 May 2000 14:48:55 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA25138; Fri, 12 May 2000 14:48:54 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200005122148.OAA25138@freefall.freebsd.org> From: Peter Wemm Date: Fri, 12 May 2000 14:48:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand/alpha _setjmp.S Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/05/12 14:48:54 PDT Modified files: lib/libstand/alpha _setjmp.S Log: We compile expressly on the alpha with -mno-fp-regs - so do not use them explicitly here. This was the original cause of instruction faults on the Alpha in loader. (not this code, but the same problem in libficl.a) Revision Changes Path 1.3 +5 -1 src/lib/libstand/alpha/_setjmp.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message