Subject: CVS commit: src/sys/arch/powerpc/powerpc
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 08/17/2003 18:23:18
Module Name: src
Committed By: chs
Date: Sun Aug 17 18:23:18 UTC 2003
Modified Files:
src/sys/arch/powerpc/powerpc: db_disasm.c
Log Message:
lots-o-stuff:
- fix opcodes_base[10] to allow us to find "cmpli".
- fix "cmp" definition.
- add various missing SPRs.
- use the right bits for the "BI" operand.
- fix operand calculation for "rlwinm" and friends, and display
the operands in the same order as the manuals do.
- make the buffer bigger to avoid overflow.
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/arch/powerpc/powerpc/db_disasm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.