diff options
author | Doug Evans <dje@google.com> | 1998-02-24 20:57:58 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-02-24 20:57:58 +0000 |
commit | 88b38f0c3c59ccfcf2dab95f780360f6e7714a4a (patch) | |
tree | 01ab3688d41312f680daf9a860259cbf99389242 /opcodes/ChangeLog | |
parent | b6d331b9cd6965f15762c17f2ee2b4596fe88772 (diff) | |
download | gdb-88b38f0c3c59ccfcf2dab95f780360f6e7714a4a.zip gdb-88b38f0c3c59ccfcf2dab95f780360f6e7714a4a.tar.gz gdb-88b38f0c3c59ccfcf2dab95f780360f6e7714a4a.tar.bz2 |
* arm-dis.c (print_insn_{big,little}_arm): info->symbol changed
to *info->symbols.
* mips-dis.c (print_insn_{big,little}_mips): Likewise.
* tic30-dis.c (print_branch): Likewise.
start-sanitize-sky
* mips-dis.c (print_insn_little_mips): Call dvp_info_mach_type.
* dvp-dis.c (dvp_info_mach_type): New function.
(print_insn_dvp): Call it.
(print_vif): Return length of 4 if mpg or direct insn so following
insns get properly disabled.
* dvp-opc.c (vif_insn_len): New argument `pcpu'. All callers updated.
end-sanitize-sky
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5944127..c570bb7 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,18 @@ +Tue Feb 24 10:46:44 1998 Doug Evans <devans@canuck.cygnus.com> + + * arm-dis.c (print_insn_{big,little}_arm): info->symbol changed + to *info->symbols. + * mips-dis.c (print_insn_{big,little}_mips): Likewise. + * tic30-dis.c (print_branch): Likewise. +start-sanitize-sky + * mips-dis.c (print_insn_little_mips): Call dvp_info_mach_type. + * dvp-dis.c (dvp_info_mach_type): New function. + (print_insn_dvp): Call it. + (print_vif): Return length of 4 if mpg or direct insn so following + insns get properly disabled. + * dvp-opc.c (vif_insn_len): New argument `pcpu'. All callers updated. +end-sanitize-sky + Tue Feb 24 11:06:18 1998 Nick Clifton <nickc@cygnus.com> * arm-dis.c (print_insn_big_arm, print_insn_little_arm): Remove |