* hppa-dis.c (print_insn_hppa): Handle 'M' and 'L' operands.
[external/binutils.git] / opcodes / ChangeLog
index 6efe115..6ed509c 100644 (file)
@@ -1,5 +1,88 @@
+Sun Sep 19 10:41:27 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * hppa-dis.c (print_insn_hppa): Handle 'M' and 'L' operands.
+
+       * hppa-dis.c (print_insn_hppa): Handle 'l' operand.
+
+       * hppa-dis.c (print_insn_hppa): Handle 'g' operand.
+
+Sat Sep 18 11:36:12 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * hppa-dis.c (print_insn_hppa): Output a space after 'X' completer.
+
+       * hppa-dis.c: (print_insn_hppa): Do output a space before a 'v'
+       operand.
+
+       * hppa-dis.c: (print_insn_hppa): Handle 'fX'.
+
+       * hppa-dis.c: (print_insn_hppa): Add missing break after
+       FP register case.
+
+       * hppa-dis.c: Finish constifying various completers, register
+       names, etc etc.
+
+1999-09-14  Michael Meissner  <meissner@cygnus.com>
+
+       * configure.in (Canonicalization of target names): Remove adding
+       ${CONFIG_SHELL} in front of $ac_config_sub, since autoconfig 2.14
+       generates $ac_config_sub with a ${CONFIG_SHELL} already.
+       * configure: Regenerate.
+
+Tue Sep  7 13:50:32 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * hppa-dis.c (print_insn_hppa): Escape '%' in output strings.
+
+       * hppa-dis.c (print_insn_hppa): Handle 'Z' argument.
+
+1999-09-07  Nick Clifton  <nickc@cygnus.com>
+
+       * sh-opc.h: Add mulu.w and muls.w patterns.  These are the correct
+       names for the mulu and muls patterns.
+
+1999-09-04  Steve Chamberlain  <sac@pobox.com>
+
+       * pj-opc.c: New file.
+       * pj-dis.c: New file.
+       * disassemble.c (disassembler): Handle bfd_arch_pj.
+       * configure.in: Handle bfd_pj_arch.
+       * Makefile.am: Rebuild dependencies.
+       (CFILES): Add pj-dis.c and pj-opc.c.
+       (ALL_MACHINES): Add pj-dis.lo and pj-opc.lo.
+       * configure, Makefile.in: Rebuild.
+
+1999-09-04  H.J. Lu  <hjl@gnu.org>
+
+       * i386-dis.c (print_insn_i386): Set bytes_per_line to 7.
+
+Mon Aug 30 18:56:14 1999  Richard Henderson  <rth@cygnus.com>
+
+       * alpha-opc.c (fetch, fetch_m, ecb, wh64): RA must be R31.
+
+1999-08-04  Doug Evans  <devans@casey.cygnus.com>
+
+       * fr30-asm.c,fr30-desc.h,fr30-dis.c,fr30-ibld.c,fr30-opc.c: Rebuild.
+       * m32r-asm.c,m32r-desc.h,m32r-dis.c,m32r-ibld.c,m32r-opc.c: Rebuild.
+       * m32r-opinst.c: Rebuild.
+
 Sat Aug 28 00:27:24 1999  Jerry Quinn <jquinn@nortelnetworks.com>
 
+        * hppa-dis.c (print_insn_hppa): Replace 'f' by 'v'.  Prefix float
+       register args by 'f'.
+
+       * hppa-dis.c (print_insn_hppa): Add args q, %, !, and |.
+
+       * hppa-dis.c (MASK_10, read_write_names, add_compl_names,
+       extract_10U_store):  New.
+       (print_insn_hppa):  Add new completers.
+
+       * hppa-dis.c (signed_unsigned_names,mix_half_names,
+       saturation_names):  New.
+       (print_insn_hppa): Add completer codes 'a', 'ch', 'cH', 'cS', and 'c*'.
+
+       * hppa-dis.c (print_insn_hppa): Place completers behind prefix 'c'. 
+
+       * hppa-dis.c (print_insn_hppa): Add cases for '.', '~'. '$'. and '!'
+
        * hppa-dis.c (print_insn_hppa):  Look at next arg instead of bits
        to decide to print a space.