* sparc-dis.c: Include ansidecl.h before opcodes/sparc.h.
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 5 Aug 1993 22:16:40 +0000 (22:16 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 5 Aug 1993 22:16:40 +0000 (22:16 +0000)
opcodes/ChangeLog

index b2f58d7b23338a6f299fedafd1b5c0de4426ad7b..2ebf1e9c1c11c437dced36e6d439d6c99800784c 100644 (file)
@@ -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.