Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!THINK.COM!taylor From: taylor@THINK.COM Newsgroups: gnu.gdb.bug Subject: ns32k opcode bugs in gdb Message-ID: <8904230722.AA22254@odin.think.com> Date: 23 Apr 89 07:22:23 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 25 Looking at the opcode table used by gdb for the ns32k, I noticed that the opcodes for deiw and deid are wrong. Here's the output of rcsdiff on ns32k-opcode.h: RCS file: RCS/ns32k-opcode.h,v retrieving revision 1.1 diff -c1 -r1.1 ns32k-opcode.h *** /tmp/,RCSt1a22244 Sun Apr 23 03:17:39 1989 --- ns32k-opcode.h Sun Apr 23 03:11:32 1989 *************** *** 143,146 **** { "deib", 14,24, 0x2cce, "1B2W" }, ! { "deiw", 14,24, 0x2cce, "1W2D" }, ! { "deid", 14,24, 0x2cce, "1D2Q" }, { "dia", 8,8, 0xc2, "" }, --- 143,146 ---- { "deib", 14,24, 0x2cce, "1B2W" }, ! { "deiw", 14,24, 0x2dce, "1W2D" }, ! { "deid", 14,24, 0x2fce, "1D2Q" }, { "dia", 8,8, 0xc2, "" }, David -- David Taylor taylor@think.com, ...!think!taylor