From owner-cvs-all Tue Nov 6 12:13:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FF3B37B405; Tue, 6 Nov 2001 12:13:50 -0800 (PST) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA6KDo692295; Tue, 6 Nov 2001 12:13:50 -0800 (PST) (envelope-from tmm) Message-Id: <200111062013.fA6KDo692295@freefall.freebsd.org> From: Thomas Moestl Date: Tue, 6 Nov 2001 12:13:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include frame.h instr.h src/sys/sparc64/sparc64 db_disasm.c emul.c trap.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 tmm 2001/11/06 12:13:50 PST Modified files: sys/sparc64/include frame.h sys/sparc64/sparc64 db_disasm.c trap.c Added files: sys/sparc64/include instr.h sys/sparc64/sparc64 emul.c Log: Add code to emulate unimplemented (non-fp) instructions and to fixup unaligned accesses, and instr.h, which contrains definitions for the sparc64 instruction set (partly from NetBSD). Make use of some definitions from instr.h in db_disasm.c. Revision Changes Path 1.9 +6 -1 src/sys/sparc64/include/frame.h 1.1 +620 -0 src/sys/sparc64/include/instr.h (new) 1.2 +159 -243 src/sys/sparc64/sparc64/db_disasm.c 1.1 +298 -0 src/sys/sparc64/sparc64/emul.c (new) 1.18 +13 -3 src/sys/sparc64/sparc64/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message