2006-01-05 Paul Brook <paul@codesourcery.com>
authorPaul Brook <paul@codesourcery.com>
Sun, 15 Jan 2006 16:35:21 +0000 (16:35 +0000)
committerPaul Brook <paul@codesourcery.com>
Sun, 15 Jan 2006 16:35:21 +0000 (16:35 +0000)
* m68k-opc.c (m68k_opcodes): Add missing ColdFire fdsqrtd entry.

opcodes/ChangeLog
opcodes/m68k-opc.c

index 90644b280008d3bc4c732d2578db468c90f8b645..a71b50ce8df0353394456555894467d6030a364e 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-05  Paul Brook  <paul@codesourcery.com>
+
+       * m68k-opc.c (m68k_opcodes): Add missing ColdFire fdsqrtd entry.
+
 2006-01-06  DJ Delorie  <dj@redhat.com>
 
        * m32c-desc.c: Regenerate.
index b5e6c3f584b350fc1fb405e5d7597717814de085..2c73f5fb21f3df07c08cc8d16bcfab0b803a0fdc 100644 (file)
@@ -1206,6 +1206,7 @@ const struct m68k_opcode m68k_opcodes[] =
 {"fdsqrtd", 4, two(0xF000, 0x0045), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
 {"fdsqrtd", 4, two(0xF000, 0x0045), two(0xF1C0, 0xE07F), "IiFt",   cfloat },
 {"fdsqrtd", 4, two(0xF000, 0x5445), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
+{"fdsqrtd", 4, two(0xF000, 0x5445), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
 {"fdsqrtl", 4, two(0xF000, 0x4045), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
 {"fdsqrtl", 4, two(0xF000, 0x4045), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
 {"fdsqrtp", 4, two(0xF000, 0x4C45), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
This page took 0.025737 seconds and 4 git commands to generate.