diff options
Diffstat (limited to 'sys/i386/i386/db_disasm.c')
-rw-r--r-- | sys/i386/i386/db_disasm.c | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/sys/i386/i386/db_disasm.c b/sys/i386/i386/db_disasm.c index 3514f90..a8b98da 100644 --- a/sys/i386/i386/db_disasm.c +++ b/sys/i386/i386/db_disasm.c @@ -22,34 +22,8 @@ * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. - */ -/* - * HISTORY - * $Log: db_disasm.c,v $ - * Revision 1.1.1.1 1993/06/12 14:58:07 rgrimes - * Initial import, 0.1 + pk 0.2.4-B1 - * - * Revision 1.1 1992/03/25 21:42:01 pace - * Initial revision * - * Revision 2.3 91/02/05 17:11:03 mrt - * Changed to new Mach copyright - * [91/02/01 17:31:03 mrt] - * - * Revision 2.2 90/08/27 21:55:56 dbg - * Fix register operand for move to/from control/test/debug - * register instructions. Add i486 instructions. - * [90/08/27 dbg] - * - * Import db_sym.h. Print instruction displacements in - * current radix (signed). Change calling sequence of - * db_disasm. - * [90/08/21 dbg] - * Fix includes. - * [90/08/08 dbg] - * Created. - * [90/07/25 dbg] - * + * $Id$ */ /* |