From: Doug Evans Date: Thu, 10 Dec 1998 00:03:43 +0000 (+0000) Subject: * mips-opc.c (sync*): Flag these instructions with INSN_SYNC. X-Git-Tag: gdb-4_18~563 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64db3c9a813b4bd09c022842abdc103a2b0986c2;p=platform%2Fupstream%2Fbinutils.git * mips-opc.c (sync*): Flag these instructions with INSN_SYNC. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 58ac5d7..89ecb76 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -5,6 +5,10 @@ Wed Dec 9 14:57:23 1998 Doug Evans * dvp-opc.c (vu_lower_opcodes): Update mtir entry. (extract_ffstreg): Fix calculation of reg part of returned value. + Thu Nov 19 16:38:16 EST 1998 Frank Ch. Eigler + + * mips-opc.c (sync*): Flag these instructions with INSN_SYNC. + Wed Jul 29 09:41:19 1998 Frank Ch. Eigler * dvp-opc.c (vu_lower_opcodes): Allow ISW, ISWR, MFIR instructions diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c index 4225f86..caf3d09 100644 --- a/opcodes/mips-opc.c +++ b/opcodes/mips-opc.c @@ -1176,9 +1176,9 @@ const struct mips_opcode mips_builtin_opcodes[] = { {"invalidate", "t,o(b)",0xb8000000, 0xfc000000, RD_t|RD_b, I2 }, /* same */ {"invalidate", "t,A(b)",0, (int) M_SWR_AB, INSN_MACRO, I2 }, /* as swr */ {"swxc1", "S,t(b)", 0x4c000008, 0xfc0007ff, SM|RD_S|RD_t|RD_b, I4 }, -{"sync", "", 0x0000000f, 0xffffffff, 0, I2|T3 }, -{"sync.p", "", 0x0000040f, 0xffffffff, 0, I2 }, -{"sync.l", "", 0x0000000f, 0xffffffff, 0, I2 }, +{"sync", "", 0x0000000f, 0xffffffff, INSN_SYNC, I2|G1 }, +{"sync.p", "", 0x0000040f, 0xffffffff, INSN_SYNC, I2 }, +{"sync.l", "", 0x0000000f, 0xffffffff, INSN_SYNC, I2 }, {"syscall", "", 0x0000000c, 0xffffffff, TRAP, I1 }, {"syscall", "B", 0x0000000c, 0xfc00003f, TRAP, I1 }, {"teqi", "s,j", 0x040c0000, 0xfc1f0000, RD_s|TRAP, I2 },