aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-03-06 19:37:35 +0000
committerDoug Evans <dje@google.com>1998-03-06 19:37:35 +0000
commit4aa141721dd8c1a96a87ddda4f6389dbd71e319f (patch)
treef883794d334476e9200cc18714335a741c5970dd /opcodes
parente1888c957625a3bf352991e2d8d8d83985e64d73 (diff)
downloadgdb-4aa141721dd8c1a96a87ddda4f6389dbd71e319f.zip
gdb-4aa141721dd8c1a96a87ddda4f6389dbd71e319f.tar.gz
gdb-4aa141721dd8c1a96a87ddda4f6389dbd71e319f.tar.bz2
* dvp-dis.c (print_gif): Fix length calcs for gifimage.
(print_insn): Do mask comparison on proper opcode word. * dvp-opc.c (u_parse_sdest): Return -1 if dest missing. (parse_bc): Catch missing dest. (parse_vfreg): Replace atoi call with strtol. (parse_{bcftreg,ffstreg,freg,ireg,vi01,gif_prim,gif_nloop}): Likewise. (parse_bcftreg,parse_ffstreg): Handle missing dest. (extract_gif_eop): New function. (gif_operands): Update eop entry. (VGIFOP,VGIFNREGS): Fix calcs. (extract_gif_prim): Set *pinvalid to 1 if prim not used. (gif_regs): Add entry for unused 11 case. (print_gif_regs): Print empty list instead of nothing. (extract_gif_nloop): Fix value calc. (print_gif_nloop): Always print value, even if 0.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 5b7c7a9..bd01266 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,23 @@
+start-sanitize-sky
+Fri Mar 6 11:27:53 1998 Doug Evans <devans@canuck.cygnus.com>
+
+ * dvp-dis.c (print_gif): Fix length calcs for gifimage.
+ (print_insn): Do mask comparison on proper opcode word.
+ * dvp-opc.c (u_parse_sdest): Return -1 if dest missing.
+ (parse_bc): Catch missing dest.
+ (parse_vfreg): Replace atoi call with strtol.
+ (parse_{bcftreg,ffstreg,freg,ireg,vi01,gif_prim,gif_nloop}): Likewise.
+ (parse_bcftreg,parse_ffstreg): Handle missing dest.
+ (extract_gif_eop): New function.
+ (gif_operands): Update eop entry.
+ (VGIFOP,VGIFNREGS): Fix calcs.
+ (extract_gif_prim): Set *pinvalid to 1 if prim not used.
+ (gif_regs): Add entry for unused 11 case.
+ (print_gif_regs): Print empty list instead of nothing.
+ (extract_gif_nloop): Fix value calc.
+ (print_gif_nloop): Always print value, even if 0.
+
+end-sanitize-sky
Wed Mar 4 12:08:14 1998 Doug Evans <devans@canuck.cygnus.com>
* m32r-opc.h,m32r-opc.c,m32r-asm.c,m32r-dis.c: Regenerate.