diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-08-05 22:16:40 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-08-05 22:16:40 +0000 |
commit | 071689e1adc0375c6c56a6e02a8bf305e676607f (patch) | |
tree | 0a116e8b46cdf538a4d2d9f800c1b17e80a525f0 /opcodes | |
parent | b23f674392be751f8a868d222552154e6cc511f4 (diff) | |
download | ppe42-binutils-071689e1adc0375c6c56a6e02a8bf305e676607f.tar.gz ppe42-binutils-071689e1adc0375c6c56a6e02a8bf305e676607f.zip |
* sparc-dis.c: Include ansidecl.h before opcodes/sparc.h.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b2f58d7b23..2ebf1e9c1c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,30 @@ +Thu Aug 5 17:11:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * sparc-dis.c: Include ansidecl.h before opcodes/sparc.h. + +Fri Jul 30 18:48:15 1993 John Gilmore (gnu@cygnus.com) + + * sparc-opc.c: Add F_JSR, F_UNBR, or F_CONDBR flags to each branch + instruction, for use by the disassembler. + + * sparc-dis.c (SEX): Add sign extension macro. Replace many + hand-coded sign extensions that depended on 32-bit host ints. + FIXME, we still depend on big-endian host bitfield ordering. + (sparc_print_insn): Set the insn_info_valid field, and the + other fields that describe the instruction being printed. + +Tue Jul 27 17:04:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com) + + * sparc-opc.c (call): Accept all 6 addressing modes valid for + `jmp' instead of just one of them. + Wed Jul 21 11:43:32 1993 Jim Kingdon (kingdon@deneb.cygnus.com) + * hppa-dis.c: Move floating registers from reg_names to fp_reg_names. + (fput_fp_reg_r): Renamed from fput_reg_r. + (fput_fp_reg): New function. + (print_insn_hppa): Use fput_fp_reg{,_r} where appropriate. + * hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards. * hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD. |