aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-12-09 23:28:41 +0000
committerDoug Evans <dje@google.com>1998-12-09 23:28:41 +0000
commit76ffe169eb0db68074720bfc55f662a150cb45d7 (patch)
tree001200e73d654c1bbf086a1f732b1f7da11fab3c /opcodes
parenta6831cce0f007948d4136567cd6aefe427dbe298 (diff)
downloadgdb-76ffe169eb0db68074720bfc55f662a150cb45d7.zip
gdb-76ffe169eb0db68074720bfc55f662a150cb45d7.tar.gz
gdb-76ffe169eb0db68074720bfc55f662a150cb45d7.tar.bz2
bring changes over from sky-980617-branch
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 0198965..58ac5d7 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -5,6 +5,24 @@ Wed Dec 9 14:57:23 1998 Doug Evans <devans@canuck.cygnus.com>
* dvp-opc.c (vu_lower_opcodes): Update mtir entry.
(extract_ffstreg): Fix calculation of reg part of returned value.
+ Wed Jul 29 09:41:19 1998 Frank Ch. Eigler <fche@cygnus.com>
+
+ * dvp-opc.c (vu_lower_opcodes): Allow ISW, ISWR, MFIR instructions
+ to take multiple destination (xyzw) flags.
+
+ Thu Jul 23 18:26:49 1998 Frank Ch. Eigler <fche@cygnus.com>
+
+ * dvp-opc.c (vu_operands): Add UW operand type to force ".w" suffix
+ on ft operand of CLIP.
+ (insert_w): New function for same.
+ (vu_opcodes): Use "broadcast" style argument list for two-operand
+ CLIP insn. Call UW constraint above.
+
+ Mon Jun 22 15:48:29 1998 Ian Carmichael <iancarm@cygnus.com>
+
+ * dvp-dis.c (print_insn): Disassemble DVP_OPERAND_RELOC_11_S4 as
+ base 10.
+
end-sanitize-sky
Tue Dec 8 13:56:18 1998 David Taylor <taylor@texas.cygnus.com>