From owner-cvs-all Fri Aug 30 18: 4: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 07F9F37B400; Fri, 30 Aug 2002 18:04:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0D2343E4A; Fri, 30 Aug 2002 18:04:53 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7V14rJU073178; Fri, 30 Aug 2002 18:04:53 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7V14rwr073177; Fri, 30 Aug 2002 18:04:53 -0700 (PDT) Message-Id: <200208310104.g7V14rwr073177@freefall.freebsd.org> From: Scott Long Date: Fri, 30 Aug 2002 18:04:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ficl prefix.c words.c 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 scottl 2002/08/30 18:04:53 PDT Modified files: sys/boot/ficl prefix.c words.c Log: Make ficl work on sparc64. The assumption that int == long == void * is very pervasive in this code. This fixes a few of those assumptions and band-aids over some others. Tested on: ia32 alpha sparc64 Reviewed by: peter jake (in concept) Revision Changes Path 1.3 +1 -1 src/sys/boot/ficl/prefix.c 1.38 +8 -8 src/sys/boot/ficl/words.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message