diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-29 00:25:04 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-29 00:25:04 +0000 |
commit | a0ad6c0f1833259ea43cbffc0039aed5aa0c3189 (patch) | |
tree | be96030cca5eeba1703e867a3179250b26e3fad7 /opcodes | |
parent | f70a36e006875feddec5818f26a7e149c40f5a00 (diff) | |
download | gdb-a0ad6c0f1833259ea43cbffc0039aed5aa0c3189.zip gdb-a0ad6c0f1833259ea43cbffc0039aed5aa0c3189.tar.gz gdb-a0ad6c0f1833259ea43cbffc0039aed5aa0c3189.tar.bz2 |
Tue Sep 28 19:20:16 1993 Jeffrey A Law (law@snake.cs.utah.edu)
* hppa-dis.c (print_insn_hppa): Handle 'z' operand
type for absolute branch addresses. Delete special
"ble" and "be" code in 'W' operand code.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 549de57..5fb47a8 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,29 @@ +Tue Sep 28 19:20:16 1993 Jeffrey A Law (law@snake.cs.utah.edu) + + * hppa-dis.c (print_insn_hppa): Handle 'z' operand + type for absolute branch addresses. Delete special + "ble" and "be" code in 'W' operand code. + +Fri Sep 24 14:08:33 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * mips-opc.c: Set hazard information correctly for branch + likely instructions. + +Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * alpha-dis.c (print_insn_alpha), alpha-opc.h: Fix bugs, use + info->fprintf_func for printing and info->print_address_func for + address output. + +Wed Sep 15 12:12:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * mips-opc.c: Set INSN_TRAP for tXX instructions. + +Thu Sep 9 10:11:27 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): + Corrected second case of "b" for disassembler. + Tue Sep 7 14:25:15 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * mips-dis.c, m88k-dis.c: Don't include libbfd.h. Changed calls |