aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-02-13 01:48:16 +0000
committerDoug Evans <dje@google.com>1998-02-13 01:48:16 +0000
commita7dead174d233d7f67cec6c3329636d71338dfc7 (patch)
tree2ff750f2fc0f753ab031624da232297190956144 /opcodes
parent7e9e43bb2c184303a293d5499645e8d4567e7caf (diff)
downloadgdb-a7dead174d233d7f67cec6c3329636d71338dfc7.zip
gdb-a7dead174d233d7f67cec6c3329636d71338dfc7.tar.gz
gdb-a7dead174d233d7f67cec6c3329636d71338dfc7.tar.bz2
(vu_operands): New element UFLAGS.
(parse_uflags,print_uflags): New functions. (vu_upper_opcodes): Add UFLAGS to all insns.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index bd55e01..3f9b354 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -2,6 +2,9 @@ start-sanitize-sky
Thu Feb 12 11:01:40 1998 Doug Evans <devans@canuck.cygnus.com>
* dvp.opc.c: Nicely format opcode tables.
+ (vu_operands): New element UFLAGS.
+ (parse_uflags,print_uflags): New functions.
+ (vu_upper_opcodes): Add UFLAGS to all insns.
end-sanitize-sky
Thu Feb 12 03:41:00 1998 J"orn Rennecke <amylaar@cygnus.co.uk>