diff options
author | Paul Brook <paul@codesourcery.com> | 2006-01-15 16:35:21 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-01-15 16:35:21 +0000 |
commit | 1b3a26b59c126f78ab764cda7eb47687182249c2 (patch) | |
tree | ad2db42bf573610677dc019f8e309a44bdda7765 /opcodes/m68k-opc.c | |
parent | 252241660804b50e3c47d690637f6a40ac56695d (diff) | |
download | gdb-1b3a26b59c126f78ab764cda7eb47687182249c2.zip gdb-1b3a26b59c126f78ab764cda7eb47687182249c2.tar.gz gdb-1b3a26b59c126f78ab764cda7eb47687182249c2.tar.bz2 |
2006-01-05 Paul Brook <paul@codesourcery.com>
* m68k-opc.c (m68k_opcodes): Add missing ColdFire fdsqrtd entry.
Diffstat (limited to 'opcodes/m68k-opc.c')
-rw-r--r-- | opcodes/m68k-opc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/m68k-opc.c b/opcodes/m68k-opc.c index b5e6c3f..2c73f5f 100644 --- a/opcodes/m68k-opc.c +++ b/opcodes/m68k-opc.c @@ -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 }, |