Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!THINK.COM!taylor From: taylor@THINK.COM Newsgroups: gnu.utils.bug Subject: additional small GAS NS32K changes Message-ID: <8905190651.AA03555@odin.think.com> Date: 19 May 89 06:51:17 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 20 Here a small change to ns32k-opcode.h to fix problems with the acb (add, compare, and branch) instructions. RCS file: RCS/ns32k-opcode.h,v retrieving revision 1.2 diff -r1.2 ns32k-opcode.h 90,92c90,92 < { "acbb", 7,16, 0x4c, "2B1q3d", 1, "", 20,21 }, < { "acbw", 7,16, 0x4d, "2W1q3d", 2, "", 20,21 }, < { "acbd", 7,16, 0x4f, "2D1q3d", 4, "", 20,21 }, --- > { "acbb", 7,16, 0x4c, "2B1q3p", 1, "", 20,21 }, > { "acbw", 7,16, 0x4d, "2W1q3p", 2, "", 20,21 }, > { "acbd", 7,16, 0x4f, "2D1q3p", 4, "", 20,21 }, David -- David Taylor taylor@think.com, ...!think!taylor