Thu Dec 3 14:26:20 1998 Dave Brolley <brolley@cygnus.com>
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index cd4124617cce47e2a726fbf612c96e161e3f5469..10c17b5ac095a573e57f58b59c414a16dc1700a9 100644 (file)
@@ -1,3 +1,739 @@
+start-sanitize-fr30
+Thu Dec  3 00:09:17 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * fr30-asm.c,fr30-dis.c,fr30-opc.c,fr30-opc.h: Regenerate.
+
+end-sanitize-fr30
+1998-11-30  Doug Evans  <devans@casey.cygnus.com>
+
+       * cgen-dis.c (hash_insn_array): CGEN_INSN_VALUE ->
+       CGEN_INSN_BASE_VALUE.
+start-sanitize-cygnus
+       * cgen-asm.in (insert_normal): Change start,length to unsigned int.
+       New args word_offset, word_length.  Rewrite.
+       (FLD): Define.
+       (insert_1): Fix lsb0 case.
+       * cgen-dis.in (extract_normal): Change start,length to unsigned int.
+       New args word_offset, word_length.  Rewrite.
+       (FLD): Define.
+       (extract_1): Fix lsb0 case.
+       * cgen-opc.in (FLD): Define.
+end-sanitize-cygnus
+       * m32r-opc.c,m32r-opc.h,m32r-asm.c,m32r-dis.c: Regenerate.
+start-sanitize-fr30
+       * fr30-opc.c,fr30-opc.h,fr30-asm.c,fr30-dis.c: Regenerate.
+end-sanitize-fr30
+
+start-sanitize-cygnus
+Mon Nov 30 11:52:44 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * Makefile.am (CGENFILES): Add rtx-funcs.scm.
+       * Makefile.in: Rebuild.
+
+end-sanitize-cygnus
+start-sanitize-fr30
+Thu Nov 26 11:26:32 1998  Dave Brolley  <brolley@cygnus.com>
+
+       * fr30-asm.c,fr30-dis.c,fr30-opc.c: Regenerated.
+
+Tue Nov 24 11:20:54 1998  Dave Brolley  <brolley@cygnus.com>
+
+       * fr30-asm.c,fr30-dis.c: Regenerated.
+
+Mon Nov 23 18:28:48 1998  Dave Brolley  <brolley@cygnus.com>
+
+       * fr30-asm.c,fr30-dis.c,fr30-opc.c,fr30-opc.h: Regenerated.
+
+1998-11-20  Doug Evans  <devans@tobor.to.cygnus.com>
+
+       * fr30-opc.c: Regenerated.
+
+Thu Nov 19 16:02:46 1998  Dave Brolley  <brolley@cygnus.com>
+
+       * fr30-opc.c: Regenerated.
+       * fr30-opc.h: Regenerated.
+       * fr30-dis.c: Regenerated.
+       * fr30-asm.c: Regenerated.
+
+end-sanitize-fr30
+Thu Nov 19 07:54:15 1998  Doug Evans  <devans@charmed.cygnus.com>
+
+       * mips-opc.c (sync.p,sync.l): Swap insn values.
+
+start-sanitize-fr30
+1998-11-19  Doug Evans  <devans@tobor.to.cygnus.com>
+
+       * fr30-opc.c: Regenerate.
+
+Wed Nov 18 21:36:37 1998  Dave Brolley  <brolley@cygnus.com>
+
+       * fr30-opc.c: Regenerated.
+       * fr30-opc.h: Regenerated.
+
+end-sanitize-fr30
+1998-11-18  Doug Evans  <devans@casey.cygnus.com>
+
+start-sanitize-cygnus
+       * cgen-asm.in (insert_1): Replace calls to bfd_getb8/putb8.
+       (insert_normal, !CGEN_INT_INSN_P case): Only fetch enough bytes
+       to hold value.
+       (insert_insn_normal): Fix typo.
+       * cgen-dis.c (cgen_dis_lookup_insn): Update type of `value' arg.
+       * cgen-dis.in (extract_normal): Ditto.  New arg `pc'.
+       Rewrite ! CGEN_INT_INSN_P case.
+       (extract_insn_normal): Ditto.
+       (extract_1): New arg `pc'.  All callers updated.
+       Replace calls to bfd_getb8.
+       (fill_cache): New fn.
+       * cgen-opc.c (cgen_{get,put}_insn_value): Move here ...
+       * cgen-opc.in: ... from here.
+       (@arch@_cgen_lookup_insn): Rewrite ! CGEN_INT_INSN_P case.
+end-sanitize-cygnus
+       * m32r-asm.c,m32r-dis.c,m32r-opc.c: Rebuild.
+start-sanitize-fr30
+       * fr30-asm.c,fr30-dis.c,fr30-opc.c: Rebuild.
+end-sanitize-fr30
+
+start-sanitize-fr30
+Wed Nov 18 11:30:04 1998  Dave Brolley  <brolley@cygnus.com>
+
+       * fr30-opc.c: Regenerated.
+
+Mon Nov 16 19:21:48 1998  Dave Brolley  <brolley@cygnus.com>
+       
+       * fr30-opc.c: Regenerated.
+       * fr30-opc.h: Regenerated.
+       * fr30-dis.c: Regenerated.
+       * fr30-asm.c: Regenerated.
+
+Thu Nov 12 19:24:18 1998  Dave Brolley  <brolley@cygnus.com>
+
+       * po/opcodes.pot: Regenerated.
+       * fr30-opc.c: Regenerated.
+       * fr30-opc.h: Regenerated.
+       * fr30-dis.c: Regenerated.
+       * fr30-asm.c: Regenerated.
+
+Tue Nov 10 15:26:27 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * disassemble.c (disassembler): Add support for FR30 target.
+       
+end-sanitize-fr30
+Tue Nov 10 11:00:04 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+start-sanitize-cygnus
+       * cgen-dis.in (print_normal): CGEN_OPERAND_FAKE renamed to
+       CGEN_OPERAND_SEM_ONLY.
+end-sanitize-cygnus
+       * m32r-dis.c,m32r-opc.c,m32r-opc.h: Rebuild.
+start-sanitize-fr30
+       * fr30-dis.c,fr30-opc.c,fr30-opc.h: Rebuild.
+
+Mon Nov  9 18:22:55 1998  Dave Brolley  <brolley@cygnus.com>
+
+       * po/opcodes.pot: Regenerate.
+       * po/POTFILES.in: Regenerate.
+       * fr30-opc.c: Regenerate.
+       * fr30-opc.h: Regenerate.
+end-sanitize-fr30
+Fri Nov  6 17:21:38 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * m32r-asm.c: Regenerate.
+
+start-sanitize-fr30
+Wed Nov  4 18:46:47 1998  Dave Brolley  <brolley@cygnus.com>
+
+       * configure.in: Added case for bfd_fr30_arch.
+       * Makefile.am (CFILES): Added fr30-asm.c, fr30-dis.c, fr30-opc.c.
+       (ALL_MACHINES): Added fr30-asm.lo, fr30-dis.lo, fr30-opc.lo.
+       (CLEANFILES): Added stamp-fr30.
+       (FR30_DEPS): Added.
+       * fr30-asm.c: New file.
+       * fr30-dis.c: New file.
+       * fr30-opc.c: New file.
+       * fr30-opc.h: New file.
+       * po/POTFILES.in: Regenerated
+       * po/opcodes.pot: Regenerated
+
+end-sanitize-fr30
+start-sanitize-m32rx
+Mon Nov  2 20:08:03 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * m32r-opc.c (m32r_cgen_insn_table_entries): Add FILL_SLOT attribute
+       to bcl8,bncl8 entries.
+       (macro_insn_table_entries): Add FILL_SLOT attribute
+       to bcl8r,bncl8r entries.
+
+end-sanitize-m32rx
+Mon Nov  2 15:05:33 1998  Geoffrey Noer  <noer@cygnus.com>
+
+        * configure.in: detect cygwin* instead of cygwin32*
+        * configure: regenerate
+
+Tue Oct 27 08:58:37 1998  Gavin Romig-Koch  <gavin@cygnus.com>
+
+       * mips-opc.c (IS_M): Added.
+
+start-sanitize-r5900
+Fri Oct 23 12:06:00 EDT 1998  Frank Ch. Eigler <fche@cygnus.com>
+
+       * mips-opc.c (vrget, vclipw, vrnext): Correct COP2 opcodes
+       and masks. 
+
+end-sanitize-r5900
+Mon Oct 19 13:03:19 1998  Doug Evans  <devans@seba.cygnus.com>
+
+start-sanitize-cygnus
+       * cgen-asm.in (insert_1): New function.
+       (insert_normal): Progress on handling ! CGEN_INT_INSN_P.
+       (insert_insn_normal): Update handling of CGEN_INT_INSN_P.
+       (@arch@_cgen_assemble_insn): Update type of `buf' arg.
+       * cgen-dis.in (extract_1): New function.
+       (extract_normal): buf_ctrl renamed to ex_info, update type.
+       Progress on handling of CGEN_INT_INSN_P.
+       (extract_insn_normal): buf_ctrl renamed to ex_info, update type.
+       Update handling of CGEN_INT_INSN_P.  Handle errors from
+       @arch@_cgen_extract_operand.
+       (print_insn): Renamed from print_int_insn.  Handle ! CGEN_INT_INSN_P.
+       (default_print_insn): Renamed from print_insn.
+       Handle ! CGEN_INT_INSN_P.
+       (print_insn_@arch@): Handle error returns from print_insn.
+       * cgen-opc.in (cgen_get_insn_value, cgen_put_insn_value): New fns.
+       (@arch@_cgen_lookup_insn): Update handling of CGEN_INT_INSN_P.
+       (@arch@_cgen_lookup_get_insn_operands): Ditto.
+end-sanitize-cygnus
+       * m32r-opc.c,m32r-opc.h,m32r-asm.c,m32r-dis.c: Regenerate.
+
+start-sanitize-am33
+Wed Oct 14 12:12:25 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * m10300-opc.c: Allow autoincrement stores using the same register
+       for source and destination operands.
+
+Mon Oct 12 10:43:51 1998  Jeffrey A Law  (law@cygnus.com)
+
+        * m10300-opc.c: DSP instrutions which only write to one general
+        register have no restrictions on matching operands.
+
+       * m10300-opc.c (lsr_add): Fix typo for "lsr_add imm,reg,reg,reg" case.
+
+end-sanitize-am33
+Fri Oct  9 14:01:56 1998  Doug Evans  <devans@seba.cygnus.com>
+
+       * m32r-opc.h,m32r-opc.c: Regenerate.
+
+start-sanitize-am33
+Thu Oct  8 06:04:38 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * m10300-opc.c (asr, lsr, asl): Fix am33 single bit shift opcode.
+
+end-sanitize-am33
+Sun Oct  4 21:01:44 1998  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * i386-dis.c (OP_3DNowSuffix): New static function.
+       (OPSUF): Define.
+       (GRP14): Define.
+       (dis386_twobyte): Add GRP14, femms, and 3DNow entries.
+       (twobyte_has_modrm): Set entries corresponding to GRP14, 3DNow.
+       (insn_codep): New static variable.
+       (print_insn_x86): Init insn_codep after prefixes.
+       (grps): Add GRP14 entries for prefetch, prefetchw.
+       (OP_REG): Reformat.
+
+       From Jeff B Epler <jepler@usgs.gov>
+       * i386-dis.c (Suffix3DNow): New table.
+
+Wed Sep 30 10:17:50 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * d10v-opc.c: Treat TRAP as if it were a branch type instruction.
+
+Mon Sep 28 14:35:43 1998  Martin M. Hunt  <hunt@cygnus.com>
+
+       * d10v-dis.c (print_operand): If num is nonzero, then
+       add OPERAND_ACC1, not OPERAND_ACC0.
+
+Thu Sep 24 09:20:03 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * d30v-opc.c: Add FLAG_JSR attribute to DBT, REIT, RTD, and TRAP
+       insns. 
+
+Tue Sep 22 17:55:14 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * d30v-opc.c: Add use of EITHER_BUT_PREFER_MU execution unit
+       class. 
+
+start-sanitize-sky
+Fri Sep 18 16:23:32 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * dvp-opc.c (gif_opcodes): Support EOP on gifimage.
+
+end-sanitize-sky
+Tue Sep 15 15:14:45 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * m32r-opc.h,m32r-opc.c: Add bbpc,bbpsw support.
+
+start-sanitize-nortel-ppc750
+1998-09-09  Michael Meissner  <meissner@cygnus.com>
+
+       * ppc-opc.c (powerpc_opcodes): Add support for PowerPC 750 move
+       to/from SPRs.
+
+end-sanitize-nortel-ppc750
+Fri Sep  4 19:42:59 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * arm-dis.c (print_insn_big_arm): Detect Thumb symbols in elf
+       object files.
+       (print_insn_little_arm): Detect Thumb symbols in elf object
+       files. 
+
+Sat Aug 29 22:24:09 1998  Richard Henderson  <rth@cygnus.com>
+
+       * alpha-dis.c (print_insn_alpha): Use the machine type to
+       decide which PALcode set to include.
+
+Sun Aug 23 02:16:18 1998  Richard Henderson  <rth@cygnus.com>
+
+       * sparc-opc.c (FBRX): Fix typo in ",a,pn %fcc3" case.
+
+Fri Aug 21 16:07:52 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * d30v-opc.c (d30v_opcode_table): Add FLAG_MUL32 to MAC, MACS,
+       MSUB and MSUBS instructions.
+
+start-sanitize-r5900
+Tue Aug 18 16:48:52 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * mips-opc.c: Insert contents of vu0.h, rather than including it.
+       * vu0.h: Remove.
+       * Makefile.am: Rebuild dependencies.
+       * Makefile: Rebuild.
+
+end-sanitize-r5900
+Thu Aug 13 16:23:04 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * ppc-opc.c (powerpc_operands): Omit parens around additions in
+       operand name macros.
+
+Wed Aug 12 14:00:38 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+start-sanitize-coldfire
+       * m68k-opc.c: Correct divsl, divul, remsl, and remul for
+       ColdFire, as below for mulsl and mulul.
+
+end-sanitize-coldfire
+       From Peter Jeremy <peter.jeremy@auss2.alcatel.com.au>:
+       * m68k-opc.c: Correct mulsl and mulul to use q rather than D, a,
+       +, -, and d for ColdFire.
+
+       From Peter Thiemann <thiemann@informatik.uni-tuebingen.de>:
+       * ppc-opc.c (insert_mbe): Handle wrapping bitmasks.
+       (extract_mbe): Likewise.
+
+Wed Aug 12 11:11:34 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * m10300-opc.c: Fix typo in udf20 .. udf25 instruction opcodes.
+
+       * m10300-opc.c: First cut at UDF instructions.
+
+Mon Aug 10 14:08:22 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * m32r-opc.c: Regenerate (remove semantic descriptions).
+
+Mon Aug 10 12:51:12 1998  Catherine Moore  <clm@cygnus.com>
+
+        * arm-dis.c (print_insn_big_arm):  Fix indentation.
+        (print_insn_little_arm): Likewise.
+
+Sun Aug  9 20:17:28 1998  Catherine Moore  <clm@cygnus.com>
+
+        * arm-dis.c (print_insn_big_arm):  Check for thumb symbol
+        attributes.
+        (print_insn_little_arm): Likewise.
+
+Mon Aug  3 12:43:16 1998  Doug Evans  <devans@seba.cygnus.com>
+
+       Move all global state data into opcode table struct, and treat
+       opcode table as something that is "opened/closed".
+       * cgen-asm.c (all fns): New first arg of opcode table descriptor.
+       (cgen_asm_init): Delete.
+       (cgen_set_parse_operand_fn): New function.
+       * cgen-dis.c (all fns): New first arg of opcode table descriptor.
+       (cgen_dis_init): Delete.
+       * cgen-opc.c (all fns): New first arg of opcode table descriptor.
+       (cgen_current_{opcode_table_mach,endian}): Delete.
+start-sanitize-cygnus
+       * cgen-asm.in (all fns): New first arg of opcode table descriptor.
+       * cgen-dis.in (all fns): Ditto.
+       * cgen-opc.in (all fns): Ditto.
+end-sanitize-cygnus
+       * m32r-asm.c,m32r-dis.c,m32r-opc.c,m32r-opc.h: Regenerate.
+
+start-sanitize-cygnus
+       * cgen-asm.in (parse_insn_normal): Ignore case in mnemonics.
+
+       * cgen-dis.in (print_normal): Split into two.
+       (print_address): New function.
+       (extract_insn_normal): Clarify insn_value arg.
+       (print_int_insn): Renamed from print_insn.
+       (print_insn): New arg.
+       (print_insn_@arch@): Open opcode table if not already done so.
+       Move reading of insn into print_insn.
+
+end-sanitize-cygnus
+Thu Jul 30 21:41:10 1998  Frank Ch. Eigler  <fche@cygnus.com>
+
+       * d30v-opc.c (d30v_opcode_table): Add new "LKR" flag to some
+       instructions.
+
+start-sanitize-m32rx
+Tue Jul 28 13:15:39 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       Add support for new versions of mulwhi,mulwlo,macwhi,macwlo that
+       accept an accumulator choice.
+       * m32r-opc.c,m32r-opc.h: Regenerate.
+
+end-sanitize-m32rx
+Tue Jul 28 11:00:09 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * m10300-opc.c: Add entries for "no_match_operands" field in
+       the opcode table.
+
+start-sanitize-am33
+Fri Jul 24 15:22:40 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * m10300-dis.c: Do not emit a comma before a PLUS (autoincrement)
+       operand.
+
+end-sanitize-am33
+Fri Jul 24 11:41:37 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * m32r-asm.c,m32r-opc.c: Regenerate (-Wall cleanups).
+
+start-sanitize-am33
+Thu Jul 23 09:21:03 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * m10300-opc.c: Add DSP autoincrement memory loads/stores.
+
+       * m10300-opc.c: Add autoincrement memory loads/stores.
+
+end-sanitize-am33
+start-sanitize-r5900
+Wed Jul 22 17:05:40 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * mips-opc.c: Make phmadh and phmsbh synonyms for phmaddh and
+       phmsubh respectively.
+
+end-sanitize-r5900
+Tue Jul 21 13:41:07 1998  Doug Evans  <devans@seba.cygnus.com>
+
+start-sanitize-cygnus
+       * cgen-opc.in (@arch@_cgen_lookup_insn): Update call to
+       CGEN_EXTRACT_FN.
+       (@arch@_cgen_get_insn_operands): @arch@_cgen_get_operand renamed to
+       @arch_cgen_get_int_operand.
+       * cgen-asm.in (insert_insn_normal): New arg `pc', callers updated.
+       Update call to @arch@_cgen_insert_operand.
+       (@arch@_cgen_assemble_insn): Update call to CGEN_INSERT_FN.
+       * cgen-dis.in (print_normal): Delete use of CGEN_PCREL_OFFSET.
+       (extract_insn_normal): New arg `pc', callers updated.
+       Update call to @arch@_cgen_extract_operand.
+       (print_insn): Update call to CGEN_EXTRACT_FN.
+end-sanitize-cygnus
+       * m32r-opc.h,m32r-opc.c,m32r-asm.c,m32r-dis.c: Regenerate.
+
+start-sanitize-am33
+Mon Jul 20 12:10:37 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * m10300-opc.c: Fix load to sp and store from sp for the am33.
+       Add more multimedia instructions.
+
+Thu Jul 16 18:04:46 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * m10300-opc.c (mn10300_opcodes): Fix opcode for 4 operand "mul" and
+       "mulu".
+
+end-sanitize-am33
+start-sanitize-r5900
+Mon Jul 13 18:14:24 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * mips-opc.c (pref): Enabled for the r5900.
+
+end-sanitize-r5900
+Mon Jul 13 14:53:59 1998  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * i386-dis.c (ckprefix): Handle fwait specially only when it isn't
+       the first prefix.
+       (dofloat): Correct test for fnstsw.  Print `fnstsw %ax' rather
+       than `fnstsw %eax'.
+       (OP_J): Remove unnecessary subtraction when 16-bit displacement
+       will be masked later.
+
+start-sanitize-am33
+Fri Jul 10 23:09:56 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * m10300-opc.c (mn10300_opcodes): Fix destination operand for 3 operand
+       instructions.
+
+Wed Jul  8 11:32:44 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * m10300-dis.c (disassemble): When printing RREGs and XRREGs, map
+       from raw register #s to symbolic names to make debugging easier.
+
+end-sanitize-am33
+Thu Jul  2 17:11:27 1998  Doug Evans  <devans@seba.cygnus.com>
+
+       * m32r-opc.h (CGEN_MIN_INSN_SIZE): New #define.
+
+Wed Jul  1 16:11:16 1998  Doug Evans  <devans@seba.cygnus.com>
+
+       * m32r-asm.c,m32r-dis.c,m32r-opc.c,m32r-opc.h: Regenerate.
+start-sanitize-cygnus
+       * Makefile.am (CGENDIR): Set via configure.
+       (CGEN): New variable.
+       (CGENFILES): object.scm renamed to cos.scm.
+       (run-cgen): Renamed from cgen.  stamp file renamed to stamp-$prefix.
+       (stamp-m32r): Pass prefix to run-cgen.
+       * Makefile.in: Regenerate.
+       * cgen-asm.in: @arch@-opc.h renamed to @prefix@-opc.h.
+       * cgen-dis.in: Ditto.
+       * cgen-opc.in: Ditto.
+       * cgen.sh: New args cgen,prefix.  Delete args scheme,schemeflags.
+       * configure.in: AC_SUBST cgen,cgendir.  No longer look for guile.
+       * configure: Regenerate.
+end-sanitize-cygnus
+
+start-sanitize-am33
+Tue Jun 30 09:59:37 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * m10300-opc.c: Reorder "movbu" and "movhu" instructions too.
+
+Mon Jun 29 14:54:32 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * m10300-opc.c: Reorder more instructions so that we do not
+       accidentally match a mn10300 instruction when we really
+       wanted an am33 instruction.
+
+end-sanitize-am33
+Fri Jun 26 11:08:55 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * m10300-dis.c: Only recognize instructions from the currently
+       selected machine.
+       * m10300-opc.c: Add field indicating the particular variant of
+       the mn10300 each instruction is available on.
+
+Fri Jun 26 12:04:21 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: For bfd_vax_arch, build vax-dis.lo.
+       * Makefile.am: Rebuild dependencies.
+       (CFILES): Add vax-dis.c.
+       (ALL_MACHINES): Add vax-dis.lo.
+       * aclocal.m4: Rebuild with current libtool.
+       * configure, Makefile.in: Rebuild.
+
+Fri Jun 26 12:03:20 1998  Klaus Kaempf  <kkaempf@progis.de>
+
+       * vax-dis.c: New file, from work by Pauline Middelink
+       <middelin@polyware.iaf.nl>.
+       * disassemble.c (ARCH_vax): Define if ARCH_all.
+       (disassembler): Add case for ARCH_vax.
+       * makefile.vms: Support compilation on vms/vax.
+
+start-sanitize-sky
+Wed Jun 24 17:14:01 1998  Ian Carmichael  <iancarm@cygnus.com>
+
+       * dvp-opc.c (DVP_OPERAND_RELOC_11_S4): Temporarily back out 
+       the DVP_OPERAND_RELOC_11_S4 relocation.
+
+end-sanitize-sky
+start-sanitize-am33
+Wed Jun 24 09:53:06 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * m10300-dis.c (print_insn_mn10300): 0xf7 opcode prefix specifies
+       4 byte instructions.
+       (disassemble): Correctly handle FMT_D10 instructions.
+
+       * m10300-opc.c (mn10300_opcodes): Fix typo in IMM24 versions of the
+       am33 shift instructions.
+
+       * m10300-dis.c (print_insn_mn10300): 0xf9 opcode prefix specifies
+       3 byte instructions.
+       (disassemble): Handle new instruction formats FMT_D6, FMT_D7, FMT_D8
+       FMT_D9 and FMT_D10.  Handle various new opcode flags for the am33.
+
+       * m10300-opc.c (IMM32_HIGH8_MEM): New operand type.
+       (mn10300_opcodes): Reorder so as to try and select opcodes from
+       the core chip when multiple alternatives exist.  Change several
+       am33 instructions to use IMM32_HIGH8_MEM.  Fix typos in "mac" and
+       "macbu" instructions.  Fix typos in a couple DSP instructions too.
+
+end-sanitize-am33
+Tue Jun 23 19:42:18 1998  Mark Alexander  <marka@cygnus.com>
+
+       * m10200-dis.c (print_insn_mn10200): Fix various non-portabilities
+       related to sign extension and the size of ints.
+
+Tue Jun 23 10:59:26 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * m10300-opc.c: Support one operand "asr", "lsr" and "asl"
+       instructions.  Support (sp) addressing mode by expanding it into
+       (0,sp).
+
+start-sanitize-sky
+Mon Jun 22 15:48:29 1998  Ian Carmichael  <iancarm@cygnus.com>
+
+       * dvp-opc.c (LIMM11, LUIMM15): New symbol types 
+       DVP_OPERAND_RELOC_U15_S3 and DVP_OPERAND_RELOC_11_S4 to allow labels to 
+       be used as immediate values.
+
+end-sanitize-sky
+start-sanitize-am33
+Mon Jun 22 13:36:27 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * m10300-opc.c: Support 4 byte DSP instructions.
+
+end-sanitize-am33
+Sat Jun 20 14:46:20 1998  Frank Ch. Eigler  <fche@cygnus.com>
+
+       * mips-dis.c (_print_insn_mips): Fix argument interchange typo.
+
+start-sanitize-am33
+Fri Jun 19 16:47:06 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * m10300-opc.c: Support 6 and 7 byte am33 instructions.
+
+end-sanitize-am33
+Fri Jun 19 09:16:42 1998  Mark Alexander  <marka@cygnus.com>
+
+       * m10200-dis.c (print_insn_mn10200): Recognize 'break' pseudo-op.
+
+start-sanitize-am33
+Fri Jun 19 09:42:51 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * m10300-opc.c: Support for 3 byte and 4 byte extended instructions
+       found on the mn10300.
+
+end-sanitize-am33
+1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
+
+       * i386-dis.c: Add support for fxsave, fxrstor, sysenter and
+       sysexit.
+
+Thu Jun 18 10:22:24 1998  John Metzler  <jmetzler@cygnus.com>
+
+       * mips-dis.c (print_insn_little_mips): Previously, instruction
+       printing references the symbol table to determine whether the
+       instruction resides in a block regular instructions or mips16
+       instructions. However, when the disassembler gets used in other
+       environments where the symbol table is not present, we no longer
+       rely in the symbol table, rather, use the low bit of the
+       instructions address to guess. There should be no change for usage
+       of the disassembler in host based programs, gdb, objdump.
+       (print_insn_big_mips): ditto.
+       (print_insn_mips): ditto
+
+Wed Jun 17 21:19:01 1998  Mark Alexander  <marka@cygnus.com>
+
+       * m10200-dis.c (print_insn_mn10200): Don't bomb on unknown opcodes.
+
+Wed Jun 17 17:49:23 1998  Jeffrey A Law  (law@cygnus.com)
+
+start-sanitize-am33
+       * m10300-opc.c (USP, SSP, MSP, PC, IMM4, EPSW, RN0, RM1): New
+       operands for the am33.
+       (mn10300_opcodes): Add new instructions from the am33.
+end-sanitize-am33
+       * m10300-opc.c (mn10300_opcodes): Change opcode for "syscall".
+
+Tue Jun 16 13:10:51 1998  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * i386-dis.c (index16): Add '%' to register names.  Use ','
+       instead of '+'.
+
+Sat Jun 13 11:33:55 1998  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * i386-dis.c: Don't print opcode suffix when we can figure out the
+       size (and gas can!) by register operands, or from the default
+       size.
+       (putop): Handle 'A', 'B', 'L', 'P', 'Q', 'R' macros.  Rename 'C'
+       macro to 'E'.
+       (dis386, dis386_twobyte, grps): Use new suffix macros.
+       (dis386): Correct imul Ib to imul sIb.  Change jnl to jge to be
+       consistent.  Add suffix for call, jmp, lcall, ljmp, iret.  Reverse
+       order of cmps operands to agree with Intel docs.  Correct operand
+       of aad and aam (Ib -> sIb).  Change ud2b from 0fb8 to 0fb9 to
+       agree with Intel docs.
+       (print_insn_x86): Print orphan fwait before other prefixes.
+       Return correct byte count for orphan fwait with prefixes.  Don't
+       print `bound' operands in reverse order.
+       (ckprefix): Stop accumulating prefixes if we get fwait.
+       (OP_DIR): Print `$' before Ap operands of ljmp, lcall.
+
+Fri Jun 12 13:40:38 1998  Tom Tromey  <tromey@cygnus.com>
+
+       * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
+       ($(PACKAGE).pot): Unconditionally depend on POTFILES.
+
+Fri Jun 12 11:04:06 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       Fix problems when bfd_vma is wider than long.
+       * i386-dis.c: Make op_address and start_pc unsigned.
+       (set_op): Make parameter unsigned.
+       (print_insn_x86): Cast to bfd_vma when passing a value to
+       print_address_func.
+       * ns32k-dis.c (CORE_ADDR): Don't define.
+       (print_insn_ns32k): Change type of addr to bfd_vma.  Use
+       bfd_scan_vma to read back address.
+       (print_insn_arg): Change type of addr to bfd_vma.  Use sprintf_vma
+       to format it.
+       * m68k-dis.c (COERCE32): Cast to bfd_signed_vma to avoid overflow.
+       (NEXTULONG): New definition.
+       (print_insn_m68k): Avoid overflow when computing third argument of
+       print_insn_arg.
+       (print_insn_arg): Use NEXTULONG to fetch 32 bit address values.
+       Use disp instead of val to store offset values.
+       (print_indexed): Use base_disp instead of word to store base
+       displacement, to avoid overflow.
+       * m10300-dis.c (disassemble): Cast value to long when computing
+       pc-relative address, to get correct sign extension.
+
+Wed Jun 10 15:58:37 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * m32r-opc.c: Regenerate.
+
+Tue Jun  9 14:27:57 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * arm-opc.h (thumb_opcodes): Display 'add rx, rY, #0' insns as
+       'mov rX, rY'.  Patch courtesy of Tony Thompson <Tony.Thompson@arm.com>
+
+Mon Jun  8 18:17:21 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * d30v-opc.c: Remove FALG_MUL32 attribyte from MULX2H insn.
+
+Fri Jun  5 23:47:55 1998  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * i386-dis.c:  Combine aflag and dflag into sizeflag.  Change OP_*
+       functions to void.
+       (OP_DSreg): Rename from OP_DSSI.
+       (OP_ESreg): Rename from OP_ESDI.
+       (Xb, Xv, Yb, Yv): Use index reg code, not b_mode or v_mode.
+       (DSBX): Define.
+       (append_seg): Rename from append_prefix.
+       (ptr_reg): New function.
+       (dis386): Add S suffix to pushf, popf, ret, lret, enter, leave.
+       Add DSBX for xlat.
+       (PREFIX_ADDR): Rename from PREFIX_ADR.
+       (float_reg): Add non-broken opcodes for people who don't want
+       UNIXWARE_COMPAT.
+
+Fri Jun  5 19:15:04 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * m68k-opc.c (tstb, tstw, tstl): Don't allow pcrel on
+       68000/68008/68010.
+
+Wed Jun  3 18:56:22 1998  H.J. Lu  <hjl@gnu.org>
+
+       * i386-dis.c (dis386): Change 0x60 to "pushaS", 0x61 to "popaS".
+
 Tue Jun  2 15:06:46 1998  Geoff Keating  <geoffk@ozemail.com.au>
 
        * ppc-opc.c (powerpc_macros): Support shifts and rotates of size
@@ -16,20 +752,18 @@ Mon Jun  1 10:27:26 1998  Jeffrey A Law  (law@cygnus.com)
         (sqrt.s): Likewise.
 
 end-sanitize-r5900
-start-sanitize-vr5400
+start-sanitize-cygnus
 Thu May 28 08:46:09 1998  Catherine Moore <clm@cygnus.com>
+
        * mips-opc.c (macc, maccu, macchi, macchiu, msac, msacu, msachi, msachiu):
        Change pinfo to use WR_HILO.
 
-end-sanitize-vr5400 
-start-sanitize-d30v
+end-sanitize-cygnus
 Wed May 27 15:29:13 1998  Nick Clifton  <nickc@cygnus.com>
 
        * d30v-opc.c: Add new operand: Ra3.  Change SHORT_B3, SHORT_B3b,
        LONG_2, LONG_2b formats to use this new operand.
 
-end-sanitize-d30v
 Tue May 26 20:47:48 1998  Stan Cox  <scox@cygnus.com>
 
        * sparc-dis.c (compute_arch_mask): Added bfd_mach_sparc_sparclite_le.
@@ -39,22 +773,22 @@ Tue May 26 20:45:33 1998  Mark Alexander  <marka@cygnus.com>
        * sparc-dis.c (print_insn_sparc): big endian instruction / little
        endian data support.
 
-start-sanitize-d30v
 Tue May 26 16:14:39 1998  Nick Clifton  <nickc@cygnus.com>
 
        * d30v-opc.c (d30v_format_table): Change definition of SHORT_B3
        and SHORT_B3b formats to use Rb instead of Ra.
-       
+
        Add FLAG_MUL16 to MUL2XH opcode.
 
        Add FLAG_ADDSUBppp to SRC and SATHp opcodes to implement extension
        to existing 1.1.1 parallelisation prohibition procedure.
 
-end-sanitize-d30v
 Fri May 22 16:00:00 1998  Doug Evans  <devans@canuck.cygnus.com>
 
+start-sanitize-cygnus
        * cgen-asm.in (insert_normal): Handle empty fields and 64 bit hosts.
        * cgen-dis.in (extract_normal): Likewise.
+end-sanitize-cygnus
        * m32r-asm.c,m32r-dis.c: Regenerate.
 
 start-sanitize-sky
@@ -109,20 +843,18 @@ start-sanitize-m32rx
 Tue May 12 13:39:51 1998  Nick Clifton  <nickc@cygnus.com>
 
        * m32r-opc.c: Regenerated - SPECIAL attribute added to some
-       insns. 
+       insns.
        * m32r-opc.h: Regenerated - SPECIAL attribute added to some
        insns.
-       
+
 end-sanitize-m32rx
-start-sanitize-d30v
 Tue May 12 11:46:31 1998  Richard Henderson  <rth@cygnus.com>
 
        * d30v-opc.c (pre_defined_register): Remove alias for r0.
 
-end-sanitize-d30v
 start-sanitize-r5900
 Mon May 11 13:12:15 1998  Frank Ch. Eigler  <fche@cygnus.com>
-       
+
        * mips-opc.c (break): Added 20-bit single-operand break
        instruction for R5900 only.
 
@@ -233,13 +965,11 @@ Mon Apr 27 14:31:00 1998  Nick Clifton  <nickc@cygnus.com>
        * arc-opc.c: Internationalised.
        * arm-dis.c: Internationalised.
        * cgen-asm.c: Internationalised.
-start-sanitize-d30v
        * d30v-dis.c: Internationalised.
-end-sanitize-d30v
        * dis-buf.c: Internationalised.
 start-sanitize-sky
        * dvp-dis.c: Internationalised.
-       * dvp-opc.c: Internationalised. 
+       * dvp-opc.c: Internationalised.
 end-sanitize-sky
        * h8300-dis.c: Internationalised.
        * h8500-dis.c: Internationalised.
@@ -273,11 +1003,13 @@ Mon Apr 27 10:33:56 1998  Doug Evans  <devans@seba.cygnus.com>
        * cgen-opc.c (cgen_current_opcode_table): Renamed from ..._data.
        (cgen_set_cpu,cgen_hw_lookup,cgen_insn_count): Update.
        (cgen_macro_insn_count): New function.
+start-sanitize-cygnus
        * cgen-opc.in (@arch@_cgen_lookup_insn): New arg alias_p.
        All callers updated.  Sanity check result of extract fn.
        (@arch@_cgen_get_insn_operands): Change result type to void.
        Delete args insn_value, length.  New arg fields.  All callers updated.
        (@arch@_cgen_lookup_get_insn_operands): New function.
+end-sanitize-cygnus
        * m32r-opc.h,m32r-opc.c,m32r-asm.c,m32r-dis.c: Regenerate.
 
 Fri Apr 24 16:07:57 1998  Alan Modra  <alan@spri.levels.unisa.edu.au>
@@ -323,7 +1055,7 @@ end-sanitize-r5900
 Mon Apr 13 16:59:39 1998  Nick Clifton  <nickc@cygnus.com>
 
        * arm-dis.c (print_insn_arm): Add "_all" extension to 'C'
-       operator. 
+       operator.
 
 Mon Apr 13 16:50:27 1998  Ian Lance Taylor  <ian@cygnus.com>
 
@@ -373,14 +1105,14 @@ Wed Apr  1 16:20:27 1998  Ian Dall  <Ian.Dall@dsto.defence.gov.au>
 
         * ns32k-dis.c (bit_extract_simple): New function to extract bits
         from an arbitrary valid buffer instead of fetching them on demand
-        using fetch_data().                                            
+        using fetch_data().
         (invalid_float): use bit_extract_simple() instead of bit_extract().
 
 start-sanitize-m32rx
 Wed Apr  1 14:57:54 1998  Nick Clifton  <nickc@cygnus.com>
 
-       * m32r-opc.c: Fix SATB bit pattern.  Add extra control registers. 
-       * m32r-opc.h: Add extra control registers. 
+       * m32r-opc.c: Fix SATB bit pattern.  Add extra control registers.
+       * m32r-opc.h: Add extra control registers.
 
 end-sanitize-m32rx
 Tue Mar 31 11:09:08 1998  Ian Lance Taylor  <ian@cygnus.com>
@@ -393,13 +1125,11 @@ Mon Mar 30 17:32:03 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * Branched binutils 2.9.
 
-start-sanitize-d30v
 Mon Mar 30 15:18:00 1998  Ken Raeburn  <raeburn@cygnus.com>
 
        * d30v-dis.c (print_insn_d30v): Don't use uninitialized "num" when
        disassembling last 4 bytes of a section.
 
-end-sanitize-d30v
 Fri Mar 27 18:08:13 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        Fix some gcc -Wall warnings:
@@ -419,9 +1149,7 @@ end-sanitize-sky
        * cgen-dis.c (build_dis_hash_table): Remove used local variables.
        * cgen-opc.c (cgen_keyword_search_next): Likewise.
        * d10v-dis.c (dis_long, dis_2_short): Likewise.
-start-sanitize-d30v
        * d30v-dis.c (print_insn_d30v, lookup_opcode): Likewise.
-end-sanitize-d30v
 start-sanitize-sky
        * dvp-dis.c (print_dma, print_vif, print_gif): Likewise.
        * dvp-opc.c (parse_dest1, print_uflags): Likewise.
@@ -436,11 +1164,9 @@ end-sanitize-tic80
        * a29k-dis.c: Add return type for find_byte_func_type.
        * arc-opc.c: Include <stdio.h>.  Remove declarations of
        insert_multshift and extract_multshift.
-start-sanitize-d30v
        * d30v-dis.c (lookup_opcode): Parenthesize assignments in
        conditionals.
        (extract_value): Fully parenthesize expression.
-end-sanitize-d30v
 start-sanitize-sky
        * dvp-opc.c: Include <ctype.h>.
        (print_sdest): Add default case to switch.
@@ -562,8 +1288,7 @@ Fri Mar 20 18:55:18 1998  Ian Lance Taylor  <ian@cygnus.com>
 start-sanitize-r5900
 Fri Mar 20 09:01:31 1998  Jeffrey A Law  (law@cygnus.com)
 
-        * mips-dis.c: Change '%' to '#' to avoid conflict with vr5400
-        support.
+        * mips-dis.c: Change '%' to '#' in r5900 support.
         * vu0.h: Likewise.
 
 end-sanitize-r5900
@@ -571,7 +1296,7 @@ Thu Mar 19 15:46:53 1998  Nick Clifton  <nickc@cygnus.com>
 
        These patches are courtesy of Jonathan Walton and Tony Thompson
        (athompso@cambridge.arm.com).
-       
+
        * arm-dis.c (print_insn_thumb): Ignore bottom two bits of PC
        relative addresses.
 
@@ -655,6 +1380,7 @@ Wed Mar  4 12:08:14 1998  Doug Evans  <devans@canuck.cygnus.com>
 
        * m32r-opc.h,m32r-opc.c,m32r-asm.c,m32r-dis.c: Regenerate.
 
+start-sanitize-cygnus
 Tue Mar  3 18:51:22 1998  Doug Evans  <devans@seba.cygnus.com>
 
        * cgen-asm.in: Move insertion of generated routines to top of file.
@@ -664,6 +1390,7 @@ Tue Mar  3 18:51:22 1998  Doug Evans  <devans@seba.cygnus.com>
        (print_normal): Add prototype.  Call CGEN_PRINT_NORMAL if defined.
        (print_keyword): Add prototype.  Fix type of `attrs' arg.
 
+end-sanitize-cygnus
 start-sanitize-vr4320
 Tue Mar  3 11:47:58 1998  Gavin Koch  <gavin@cygnus.com>
 
@@ -690,13 +1417,11 @@ Fri Feb 27 13:16:42 1998  Andrew Cagney  <cagney@b1.cygnus.com>
        (r5900/msub.s): Takes three operands, not four.  Fix opcode.
 
 end-sanitize-r5900
-start-sanitize-d30v
 Thu Feb 26 15:53:09 1998  Michael Meissner  <meissner@cygnus.com>
 
        * d30v-opc.c (d30v_opcode_table): Indicate which instructions are
        delayed branches or jumps.
 
-end-sanitize-d30v
 start-sanitize-sky
 Fri Feb 27 10:04:19 1998  Doug Evans  <devans@canuck.cygnus.com>
 
@@ -743,8 +1468,10 @@ Tue Feb 24 11:06:18 1998  Nick Clifton  <nickc@cygnus.com>
 Mon Feb 23 13:16:17 1998  Doug Evans  <devans@seba.cygnus.com>
 
        * cgen-asm.c: Include symcat.h.
-       * cgen-dis.c,cgen-opc.c,cgen-asm.in,cgen-dis.in: Ditto.
-
+       * cgen-dis.c,cgen-opc.c: Ditto.
+start-sanitize-cygnus
+       * cgen-asm.in,cgen-dis.in: Ditto.
+end-sanitize-cygnus
        * m32r-asm.c,m32r-dis.c,m32r-opc.h,m32r-opc.c: Regenerate.
 
 start-sanitize-sky
@@ -811,20 +1538,24 @@ Tue Feb 17 18:48:25 1998  Doug Evans  <devans@canuck.cygnus.com>
 end-sanitize-sky
 Tue Feb 17 17:14:50 1998  Doug Evans  <devans@seba.cygnus.com>
 
+start-sanitize-cygnus
        * Makefile.am (CGENFILES): Update.
        * Makefile.in: Regenerate.
        * cgen-asm.in (insert_normal): Result is error message now.
        Validate value to be inserted.
        (insert_insn_normal): Result is error message now.
        (@arch@_cgen_assemble_insn): Update.
+end-sanitize-cygnus
        * cgen-asm.c (cgen_parse_{signed,unsigned}_integer): Delete min,max
        arguments.  Don't perform validation here.
        * m32r-asm.c,m32r-dis.c,m32r-opc.c: Regenerate.
 
 Fri Feb 13 14:26:06 1998  Doug Evans  <devans@canuck.cygnus.com>
 
+start-sanitize-cygnus
        * cgen-opc.in (@arch@_cgen_get_insn_operands): Handle empty
        operand instance list.
+end-sanitize-cygnus
        * m32r-opc.c: Regenerate.
 
 Fri Feb 13 14:53:02 1998  Ian Lance Taylor  <ian@cygnus.com>
@@ -847,14 +1578,16 @@ Fri Feb 13 13:12:14 1998  Ian Lance Taylor  <ian@cygnus.com>
 
 Fri Feb 13 09:50:32 1998  Nick Clifton  <nickc@cygnus.com>
 
-       * m32r-opc.c: Regenerate. 
-       * m32r-opc.h: Regenerate. 
+       * m32r-opc.c: Regenerate.
+       * m32r-opc.h: Regenerate.
 
 Thu Feb 12 11:01:40 1998  Doug Evans  <devans@canuck.cygnus.com>
 
+start-sanitize-cygnus
        * cgen-opc.in (@arch@_cgen_lookup_insn): New argument alias_p.
        Ignore ALIAS insns if asked to.
        (@arch@_cgen_get_insn_operands): Pass 0 for alias_p, NULL for insn.
+end-sanitize-cygnus
        * m32r-opc.c: Regenerate.
 
 start-sanitize-sky
@@ -874,17 +1607,16 @@ Thu Feb 12 03:41:00 1998  J"orn Rennecke  <amylaar@cygnus.co.uk>
 
 Wed Feb 11 18:58:34 1998  Doug Evans  <devans@seba.cygnus.com>
 
+start-sanitize-cygnus
        * cgen-opc.in: New file.
        * cgen.sh: Translate @ARCH@.  Cat cgen-opc.in into @arch@-opc.c.
        * Makefile.am (CGENFILES): Add cgen-opc.in.
        * Makefile.in: Regenerate.
-
-       * cgen-opc.c (cgen_set_cpu): Delete init of hw list `next' chain.
-       (cgen_hw_lookup): Make result const.
-
        * cgen-dis.in (*): Use PTR instead of void *.
        (print_insn): Delete unused vars `i', `syntax'.
-
+end-sanitize-cygnus
+       * cgen-opc.c (cgen_set_cpu): Delete init of hw list `next' chain.
+       (cgen_hw_lookup): Make result const.
        * m32r-opc.h, m32r-opc.c, m32r-asm.c, m32r-dis.c: Regenerate.
 
 start-sanitize-sky
@@ -899,13 +1631,11 @@ Sat Feb  7 15:30:27 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure, aclocal.m4: Rebuild with new libtool.
 
-start-sanitize-d30v
 Thu Feb  5 17:56:10 1998  Michael Meissner  <meissner@cygnus.com>
 
        * d30v-opc.c (repeat{,i} instructions): Repeat/repeati
        instructions use a PC relative branch, not absolute.
 
-end-sanitize-d30v
 Wed Feb  4 19:17:37 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure.in: Set libtool_enable_shared rather than
@@ -1049,13 +1779,11 @@ Tue Dec 16 13:24:22 1997  Jeffrey A Law  (law@cygnus.com)
        * mips-opc.c: Add many missing r5900 instructions.
 
 end-sanitize-r5900
-start-sanitize-d30v
 Tue Dec 16 15:22:51 1997  Michael Meissner  <meissner@cygnus.com>
 
        * d30v-opc.c (d30v_opcode_table): Set new flags bits
        FLAG_{2WORD,MUL{16,32},ADDSUBppp}, in appropriate instructions.
 
-end-sanitize-d30v
 1997-12-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
 
        * configure: Only build libopcodes shared if --enable-shared's value
@@ -1087,12 +1815,12 @@ Wed Dec 10 17:42:35 1997  Nick Clifton  <nickc@cygnus.com>
        * arm-dis.c (print_insn_little_arm): Prevent examination of stored
        symbol if none is present.
        (print_insn_big_arm):  Prevent examination of stored symbol if
-       none is present. 
+       none is present.
 
 Thu Oct 23 21:13:37 1997  Fred Fish  <fnf@cygnus.com>
+
        * d10v-opc.c (d10v_opcodes): Correct entry for RTE.
+
 Mon Dec  8 11:21:07 1997  Nick Clifton  <nickc@cygnus.com>
 
        * disassemble.c: Remove disasm_symaddr() function.
@@ -1124,14 +1852,12 @@ Mon Dec  1 11:56:50 1997  Ian Lance Taylor  <ian@cygnus.com>
        * m68k-dis.c (print_insn_m68k): Handle special case of lpstop,
        which has a two word opcode with a one word argument.
 
-start-sanitize-d30v
 Sun Nov 23 22:25:21 1997  Michael Meissner  <meissner@cygnus.com>
 
        * d30v-opc.c (d30v_opcode_table, case cmpu): Immediate field is
        unsigned, not signed.
        (d30v_format_table): Add SHORT_CMPU cases for cmpu.
 
-end-sanitize-d30v
 Wed Nov 19 17:42:35 1997  Richard Henderson  <rth@cygnus.com>
 
         * sh-dis.c (print_insn_shx): Recognize all sh4 additions.
@@ -1164,7 +1890,7 @@ Tue Nov 11 23:53:41 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        sh-opc.h (sh_table): Remove ftst/nan.
 
-start-sanitize-vr5400
+start-sanitize-cygnus
 Mon Nov  3 13:23:15 1997  Ken Raeburn  <raeburn@cygnus.com>
 
        * mips-opc.c (dror32, dror, rzu.ob): Fix bugs in encoding.
@@ -1172,11 +1898,11 @@ Mon Nov  3 13:23:15 1997  Ken Raeburn  <raeburn@cygnus.com>
        last.
        * mips-dis.c (print_insn_arg): Handle VR5400 operand types.
 
-end-sanitize-vr5400
+end-sanitize-cygnus
 start-sanitize-tx49
 Wed Oct 29 15:10:56 1997  Gavin Koch  <gavin@cygnus.com>
 
-       * mips-opc.c (deret,dmult,dmultu,madd,maddu,pref,sdbbp): 
+       * mips-opc.c (deret,dmult,dmultu,madd,maddu,pref,sdbbp):
        Add tx49 insns and configury.
 
 end-sanitize-tx49
@@ -1184,20 +1910,18 @@ Tue Oct 28 17:59:32 1997  Ken Raeburn  <raeburn@cygnus.com>
 
        * mips-opc.c (ffc, ffs): Fix mask.
 
-start-sanitize-d30v
 Tue Oct 28 16:34:54 1997  Michael Meissner  <meissner@cygnus.com>
 
        * d30v-opc.c (pre_defined_registers): Add eit_vb, int_s, and int_m
        control registers.
 
-end-sanitize-d30v
 Mon Oct 27 22:34:03 1997  Ken Raeburn  <raeburn@cygnus.com>
 
        * mips-opc.c: Fix bug in mask for "not" pseudo-instruction.
-start-sanitize-vr5400
+start-sanitize-cygnus
        Added VR5400 instructions.
        (N5): New cpu-id macro.
-end-sanitize-vr5400
+end-sanitize-cygnus
        (WR_HILO, RD_HILO, MOD_HILO): New macros.
 
 Mon Oct 27 22:34:03 1997  Ken Raeburn  <raeburn@cygnus.com>
@@ -1308,14 +2032,12 @@ Thu Sep 18 11:21:43 1997  Doug Evans  <dje@canuck.cygnus.com>
 
 Tue Sep 16 15:18:20 1997  Nick Clifton  <nickc@cygnus.com>
 
-       * v850-opc.c (v850_opcodes): Further rearrangements. 
+       * v850-opc.c (v850_opcodes): Further rearrangements.
 
-start-sanitize-d30v
 Tue Sep 16 16:12:11 1997  Ken Raeburn  <raeburn@cygnus.com>
 
        * d30v-opc.c (rot2h, sra2h, srl2h insns): Revert last change.
 
-end-sanitize-d30v
 Tue Sep 16 09:48:50 1997  Nick Clifton  <nickc@cygnus.com>
 
        * v850-opc.c (v850_opcodes): Fields reordered to allow assembler
@@ -1332,7 +2054,6 @@ Mon Sep 15 18:31:52 1997  Nick Clifton  <nickc@cygnus.com>
 
        * v850-opc.c: Initialise processors field of v850_opcode structure.
 
-start-sanitize-d30v
 Wed Aug 27 21:42:39 1997  Ken Raeburn  <raeburn@cygnus.com>
 
        Merge changes from Martin Hunt:
@@ -1356,7 +2077,7 @@ Wed Aug 27 21:42:39 1997  Ken Raeburn  <raeburn@cygnus.com>
        and cmp instructions.
 
        * d30v-opc.c: Correct entries for repeat*, and sat*.
-       Make IMM5 unsigned. Create IMM6U and IMM12S3U operand 
+       Make IMM5 unsigned. Create IMM6U and IMM12S3U operand
        types. Correct several formats.
 
        * d30v-opc.c: (pre_defined_registers): Add dpsw and dpc.
@@ -1377,13 +2098,12 @@ Wed Aug 27 21:42:39 1997  Ken Raeburn  <raeburn@cygnus.com>
        New form: SHORT_A2; a SHORT_A form that needs an even
        register as the first operand.
 
-       * d30v-dis.c (print_insn_d30v): Fix problem where the last 
+       * d30v-dis.c (print_insn_d30v): Fix problem where the last
        instruction was not being disassembled if there were an odd
        number of instructions.
 
        * d30v-opc.c (SHORT_M2, LONG_M2):  Two new forms.
 
-end-sanitize-d30v
 start-sanitize-v850e
 Fri Sep 12 11:43:54 1997  Nick Clifton  <nickc@cygnus.com>
 
@@ -1489,18 +2209,18 @@ Wed Aug 13 18:52:11 1997  Nick Clifton  <nickc@cygnus.com>
 
 start-sanitize-v850e
        * v850-dis.c (disassemble): Add support for v850EA instructions.
-       
+
        * v850-opc.c (insert_i5div, extract_i5div): New Functions.
        (v850_opcodes): Add v850EA instructions.
 
        * v850-dis.c (disassemble): Add support for v850E instructions.
-       
+
        * v850-opc.c (insert_d5_4, extract_d5_4, insert_d16_16,
        extract_d16_16, insert_i9, extract_i9, insert_u9, extract_u9,
        insert_spe, extract_spe): New Functions.
        (v850_opcodes): Add v850E instructions.
 end-sanitize-v850e
-       
+
        * v850-opc.c: Reorganised and re-layed out to improve readability
        and portability.
 
@@ -1585,7 +2305,7 @@ Wed Jun 25 15:25:57 1997  Felix Lee  <flee@cirdan.cygnus.com>
        negating it.
        (UNUSED): remove one level of parens, so MSVC doesn't choke on
        nesting depth when all the macros are expanded.
-       
+
 Tue Jun 17 17:02:17 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * sparc-opc.c: The fcmp v9a instructions take an integer register
@@ -1644,7 +2364,7 @@ Thu May 22 14:06:02 1997  Doug Evans  <dje@canuck.cygnus.com>
 
 Tue May 20 11:26:27 1997  Gavin Koch  <gavin@cygnus.com>
 
-       * mips-opc.c (mips_builtin_opcodes): Moved INSN_ISA field into new 
+       * mips-opc.c (mips_builtin_opcodes): Moved INSN_ISA field into new
          field membership.
        * mips16-opc.c (mip16_opcodes): same.
 
@@ -1792,12 +2512,11 @@ Mon Mar 24 13:22:13 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * mips-opc.c: Add dctr and dctw.
 
-start-sanitize-d30v
 Sun Mar 23 18:08:10 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
 
        * d30v-dis.c (print_insn): Change the way signed constants
        are displayed.
-end-sanitize-d30v
+
 Fri Mar 21 14:37:52 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * Makefile.in (BFD_H): New variable.
@@ -1816,7 +2535,7 @@ Wed Mar 19 06:53:58 1997  J.T. Conklin  <jtc@rtl.cygnus.com>
 
        * m68k-opc.c (m68k_opcodes): Provide coldfire division module
        instructions.
-       
+
 end-sanitize-coldfire
 Tue Mar 18 14:17:03 1997  Jeffrey A Law  (law@cygnus.com)
 
@@ -1827,7 +2546,7 @@ Mon Mar 17 08:48:03 1997  J.T. Conklin  <jtc@beauty.cygnus.com>
 
        * m68k-opc.c (m68k_opcodes): Provide correct entries for mulsl and
        mulul insns on the coldfire.
-       
+
 Sat Mar 15 17:13:05 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * arm-dis.c (print_insn_arm): Don't print instruction bytes.
@@ -1875,7 +2594,7 @@ Mon Mar  3 07:45:20 1997  J.T. Conklin  <jtc@cygnus.com>
 
        * m68k-opc.c (m68k_opcodes): Added entries for the tst insns on
        the mc68000.
-       
+
 Thu Feb 27 14:04:32 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
 
        * m68k-opc.c (m68k_opcodes): Added swbegl pseudo-instruction.
@@ -1904,7 +2623,7 @@ Mon Feb 24 19:26:12 1997  Dawn Perchik  <dawn@cygnus.com>
 
 Mon Feb 24 15:19:01 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
 
-       * d10v-dis.c, d10v-opc.c: Change pre_defined_registers to 
+       * d10v-dis.c, d10v-opc.c: Change pre_defined_registers to
        d10v_predefined_registers and reg_name_cnt to d10v_reg_name_cnt.
 
 start-sanitize-tic80
@@ -1920,9 +2639,9 @@ end-sanitize-tic80
 Sat Feb 22 21:25:00 1997  Dawn Perchik  <dawn@cygnus.com>
 
        * mips-opc.c: Add macros for cop0, cop1 cop2 and cop3.
-       Change mips_opcodes from const array to a pointer, 
+       Change mips_opcodes from const array to a pointer,
        and change bfd_mips_num_opcodes from const int to int,
-       so that we can increase the size of the mips opcodes table 
+       so that we can increase the size of the mips opcodes table
        dynamically.
 
 start-sanitize-tic80
@@ -1935,17 +2654,14 @@ Sat Feb 22 21:03:47 1997  Fred Fish  <fnf@cygnus.com>
        * tic80-dis.c (print_operand_bitnum): Ditto.
 
 end-sanitize-tic80
-start-sanitize-d30v
 Fri Feb 21 16:31:18 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
 
        * d30v-opc.c: Removed references to FLAG_X.
 
-end-sanitize-d30v      
 Wed Feb 19 14:51:20 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * Makefile.in: Add dependencies on ../bfd/bfd.h as required.
 
-start-sanitize-d30v
 Tue Feb 18 17:43:43 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
 
        * Makefile.in: Added d30v object files.
@@ -1955,11 +2671,10 @@ Tue Feb 18 17:43:43 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
        * d30v-opc.c: New file.
        * disassemble.c (disassembler) Add entry for d30v.
 
-end-sanitize-d30v      
 start-sanitize-tic80
 Tue Feb 18 16:32:08 1997  Fred Fish  <fnf@cygnus.com>
 
-       * tic80-opc.c (tic80_predefined_symbols): Add symbolic 
+       * tic80-opc.c (tic80_predefined_symbols): Add symbolic
        representations for the floating point BITNUM values.
 
 Fri Feb 14 12:14:05 1997  Fred Fish  <fnf@cygnus.com>
@@ -2023,9 +2738,9 @@ Tue Feb 11 15:26:47 1997  Ian Lance Taylor  <ian@cygnus.com>
 
 start-sanitize-r5900
 Fri Feb  7 11:12:44 1997  Gavin Koch  <gavin@cygnus.com>
-        
+
         * mips-opc.c: add r5900.
-        
+
 end-sanitize-r5900
 start-sanitize-tic80
 Mon Feb 10 10:12:41 1997  Fred Fish  <fnf@cygnus.com>
@@ -2090,7 +2805,7 @@ Fri Jan 24 12:08:21 1997  J.T. Conklin  <jtc@cygnus.com>
        * m68k-opc.c (m68k_opcodes): Changed operand specifier for the
        coldfire moveb instruction to not allow an address register as
        destination.  Although the documentation does not indicate that
-       this is invalid, experiments uncovered unexpected behavior.  
+       this is invalid, experiments uncovered unexpected behavior.
        Added a comment explaining the situation.  Thanks to Andreas
        Schwab for pointing this out to me.
 
@@ -2101,7 +2816,7 @@ Wed Jan 22 20:13:51 1997  Fred Fish  <fnf@cygnus.com>
        entries are presorted so that entries with the same mnemonic are
        adjacent to each other in the table.  Sort the entries for each
        instruction so that this is true.
-       
+
 end-sanitize-tic80
 Mon Jan 20 12:48:57 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
@@ -2116,7 +2831,7 @@ Sat Jan 18 15:15:05 1997  Fred Fish  <fnf@cygnus.com>
        "vsub", "vst", "xnor", and "xor" instructions.
        (V_a1): Renamed from V_a, msb of accumulator reg number.
        (V_a0): Add macro, lsb of accumulator reg number.
-       
+
 Fri Jan 17 18:24:31 1997  Fred Fish  <fnf@cygnus.com>
 
        * tic80-dis.c (print_insn_tic80): Broke excessively long
@@ -2126,13 +2841,13 @@ Fri Jan 17 18:24:31 1997  Fred Fish  <fnf@cygnus.com>
        math instruction packed into a single opcode.
        * tic80-opc.c (tic80_opcodes): Expand comment for vld opcode
        to explain why it comes after the other vector opcodes.
-       
+
 end-sanitize-tic80
 Fri Jan 17 16:19:15 1997  J.T. Conklin  <jtc@beauty.cygnus.com>
 
-       * m68k-opc.c (m68k_opcodes): add b, w, or l specifier to coldfire 
+       * m68k-opc.c (m68k_opcodes): add b, w, or l specifier to coldfire
        move insns to handle immediate operands.
-       
+
 Thu Jan 17 16:19:00 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
        * m68k-opc.c (m68k_opcodes): Delete duplicate entry for "cmpil".
@@ -2148,7 +2863,7 @@ Thu Jan 16 20:54:40 1997  Fred Fish  <fnf@cygnus.com>
        Remove some opcodes that are possible, but illegal, such
        as long immediate instructions with doubles for immediate
        values.  Add "vadd" and "vld" instructions.
-       
+
 Wed Jan 15 18:59:51 1997  Fred Fish  <fnf@cygnus.com>
 
        * tic80-opc.c (tic80_operands): Reorder some table entries to make
@@ -2174,7 +2889,7 @@ Tue Jan 14 19:42:50 1997  Fred Fish  <fnf@cygnus.com>
        followed by a tab.  Use renamed TIC80_OPERAND_PCREL flag bit rather
        than old TIC80_OPERAND_RELATIVE.  Add support for new
        TIC80_OPERAND_BASEREL flag bit.
-       
+
 Mon Jan 13 15:58:56 1997  Fred Fish  <fnf@cygnus.com>
 
        * tic80-dis.c (print_insn_tic80): Print floating point operands
@@ -2189,8 +2904,8 @@ Mon Jan 13 15:58:56 1997  Fred Fish  <fnf@cygnus.com>
        (P2): Macro for the 'P2' field.
        (P1): Macro for the 'P1' field.
        (tic80_opcodes): Add entries for "exts", "extu", "fadd",
-       "fcmp", and "fdiv". 
-       
+       "fcmp", and "fdiv".
+
 end-sanitize-tic80
 Mon Jan  6 15:06:55 1997  Jeffrey A Law  (law@cygnus.com)
 
@@ -2204,14 +2919,14 @@ Mon Jan  6 10:56:25 1997  Fred Fish  <fnf@cygnus.com>
        (print_insn_tic80): If R_SCALED then print ":s" modifier for operand.
        * tic80-opc.c (REG0, REG22, REG27, SSOFF, LSOFF): Names
        changed to REG_0, REG_22, REG_DEST, OFF_SS, OFF_SL respectively.
-       (SICR, LICR, REGM_SI, REGM_LI): Names changed to CR_SI, CR_LI, 
+       (SICR, LICR, REGM_SI, REGM_LI): Names changed to CR_SI, CR_LI,
        REG_BASE_M_SI, REG_BASE_M_LI respectively.
        (REG_SCALED, LSI_SCALED): New operand types.
        (E): New macro for 'E' bit at bit 27.
        (tic80_opcodes): Add and test dld, dld.u, dst, estop, and etrap
        opcodes, including the various size flavors (b,h,w,d) for
        the direct load and store instructions.
-       
+
 Sun Jan  5 12:18:14 1997  Fred Fish  <fnf@cygnus.com>
 
        * tic80-dis.c (M_SI, M_LI): Add macros to test for ":m" modifier bit
@@ -2223,7 +2938,7 @@ Sun Jan  5 12:18:14 1997  Fred Fish  <fnf@cygnus.com>
        (MASK_LI_M, MASK_SI_M, MASK_REG_M): Remove and replace in opcode
        masks with "MASK_* & ~M_*" to get the M bit reset.
        (tic80_opcodes): Add bsr, bsr.a, cmnd, cmp, dcachec, and dcachef.
-       
+
 Sat Jan  4 19:05:05 1997  Fred Fish  <fnf@cygnus.com>
 
        * tic80-dis.c (print_insn_tic80): Print TIC80_OPERAND_RELATIVE
@@ -2280,7 +2995,7 @@ Mon Dec 30 17:02:11 1996  Fred Fish  <fnf@cygnus.com>
 start-sanitize-tic80
        (tic80-dis.o, tic80-opc.o): Add rules per comment in Makefile.in.
 end-sanitize-tic80
-       
+
 Mon Dec 30 11:38:01 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * mips16-opc.c: Add "abs".
@@ -2300,7 +3015,7 @@ Fri Dec 27 22:30:57 1996  Fred Fish  <fnf@cygnus.com>
        * configure: Regenerate with autoconf.
        * tic80-dis.c: Add file.
        * tic80-opc.c: Add file.
-       
+
 end-sanitize-tic80
 Fri Dec 20 14:30:19 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
 
@@ -2427,7 +3142,7 @@ Mon Nov 25 16:15:17 1996  J.T. Conklin  <jtc@cygnus.com>
        * m68k-opc.c (m68k_opcodes): The coldfire (mcf5200) can only use
        register operands for immediate arithmetic, not, neg, negx, and
        set according to condition instructions.
-       
+
        * m68k-opc.c (m68k_opcodes): Consistantly Use "s" as the storage
        specifier of the effective-address operand in immediate forms of
        arithmetic instructions.  The specifier for the immediate operand
@@ -2438,7 +3153,7 @@ Mon Nov 25 11:17:01 1996  Jeffrey A Law  (law@cygnus.com)
        * mn10300-opc.c (mn10300_opcodes): Remove redundant "lcc"
        opcode.
 
-       * mn10300-dis.c (disassemble): Use '$' instead of '%' for 
+       * mn10300-dis.c (disassemble): Use '$' instead of '%' for
        register prefix.
 
        * mn10300-dis.c (disassemble): Prefix registers with '%'.
@@ -2469,7 +3184,7 @@ Tue Nov 19 13:33:01 1996  Jeffrey A Law  (law@cygnus.com)
        * mn10300-opc.c (mn10300_operands): Add "REGS" for a register
        list.
        (mn10300_opcodes): Use REGS for register list in "movm" instructions.
-       
+
 Mon Nov 18 15:20:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * d10v-opc.c (d10v_opcodes): Add3 sets the carry.
@@ -2489,7 +3204,7 @@ Wed Nov  6 13:42:32 1996  Jeffrey A Law  (law@cygnus.com)
        * mn10300-opc.c (mn10300_operands): Hijack "bits" field
        in MN10300_OPERAND_SPLIT operands for how many bits
        appear in the basic insn word.  Add IMM32_HIGH24,
-       IMM32_HIGH24_LOWSHIFT8, IMM8E_SHIFT8.  
+       IMM32_HIGH24_LOWSHIFT8, IMM8E_SHIFT8.
        (mn10300_opcodes): Use new operands as needed.
 
        * mn10300-opc.c (mn10300_operands): Add IMM32_LOWSHIFT8
@@ -2530,7 +3245,7 @@ Fri Nov  1 10:29:11 1996  Richard Henderson  <rth@tamu.edu>
        standard disassembly.
 
        * alpha-opc.c (alpha_operands): Rearrange flags slot.
-       (alpha_opcodes): Add new BWX, CIX, and MAX instructions.  
+       (alpha_opcodes): Add new BWX, CIX, and MAX instructions.
        Recategorize PALcode instructions.
 
 Wed Oct 30 16:46:58 1996  Jeffrey A Law  (law@cygnus.com)
@@ -2598,7 +3313,7 @@ Wed Oct  9 11:19:26 1996  Jeffrey A Law  (law@cygnus.com)
 
        * mn10300-opc.c (mn10300_opcodes): Add "extended" instructions,
        "putx", "getx", "mulq", "mulqu", "sat16", "sat24", "bsch".
-       
+
 Tue Oct  8 11:55:35 1996  Jeffrey A Law  (law@cygnus.com)
 
        * mn10300-opc.c (mn10300_operands): Remove "REGS" operand.
@@ -2619,7 +3334,7 @@ Mon Oct  7 16:48:45 1996  Jeffrey A Law  (law@cygnus.com)
        Update many operand fields to deal with signed vs unsigned
        issues.  Fix one or two typos in the "mov" instruction
        opcode, mask and/or operand fields.
+
 Mon Oct  7 11:39:49 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
        * m68k-opc.c (plusha): Prefer encoding for m68040up, in case
@@ -2868,7 +3583,7 @@ Tue Aug 20 14:41:03 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
        * configure: (bfd_v850v_arch) Add new case.
        * configure.in: (bfd_v850_arch) Add new case.
        * v850-opc.c: New file.
-       
+
 Mon Aug 19 15:21:38 1996  Doug Evans  <dje@canuck.cygnus.com>
 
        * sparc-dis.c (print_insn_sparc): Handle little endian sparcs.
@@ -3602,7 +4317,7 @@ Wed Sep  6 15:08:09 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
 
        * sh-opc.h (sh_arg_type): Add F_FR0.
        (sh_table, case fmac): Add F_FR0 as first argument.
-       
+
 Wed Sep  6 15:08:09 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
 
        * sh-opc.h (sh_opcode_info): Increase arg array size to 4.
@@ -3821,7 +4536,7 @@ Wed May 24 14:16:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
 
        * sh-opc.h: Added bsrf and braf.
 
-Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)      
+Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
 
        * arm-opc.h (arm_opcodes): Add 64-bit multiply patterns.  Delete
        bogus [ls]fm{ea,fd} patterns.
@@ -3869,7 +4584,7 @@ Mon Apr 10 15:55:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
        * mpw-config.in (target_arch): Compute from canonical target.
        (m68k, mips, powerpc, sparc): Add architectures.
        * mpw-make.in (disassemble.c.o): Add.
-       (ALL_CFLAGS): Remove special flags (-mc68020 -mc68881 -model far). 
+       (ALL_CFLAGS): Remove special flags (-mc68020 -mc68881 -model far).
 
        * mpw-config.in (BFD_MACHINES): Set to a default value.
        * mpw-make.in (BFD_MACHINES): Remove wired-in value.
@@ -4368,7 +5083,7 @@ Fri Jan 21 19:01:39 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 Mon Jan 17 20:05:49 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
 
        * hppa-dis.c (print_insn_hppa): Handle 'N' in assembler template.
-       No space before 'u', 'f', or 'N'. 
+       No space before 'u', 'f', or 'N'.
 
 Sun Jan 16 14:20:16 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
 
@@ -4400,7 +5115,7 @@ Mon Nov  8 12:37:36 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 Sun Nov  7 23:52:34 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * alpha-opc.h, alpha-dis.c (print_insn_alpha):  Add
-       FLOAT_MEMORY_FORMAT_CODE, FLOAT_BRANCH_FORMAT_CODE, correct 
+       FLOAT_MEMORY_FORMAT_CODE, FLOAT_BRANCH_FORMAT_CODE, correct
        FLOAT_FORMAT_CODE to put out floating point register names.
 
 Mon Nov  1 18:17:51 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
@@ -4673,7 +5388,7 @@ Fri Jun 11 18:40:21 1993  Ken Raeburn  (raeburn@cygnus.com)
        defined, since gdb has been fixed.
 
        Changes from Jeff Law, law@cs.utah.edu:
-       * hppa-dis.c (print_insn_hppa): Last argument to fput_reg, 
+       * hppa-dis.c (print_insn_hppa): Last argument to fput_reg,
        fput_reg_r, fput_creg, fput_const, and fputs_filtered should
        be a *disassemble_info, not a *FILE.
        * hppa-dis.c: Support 'd', '!', and 'a'.
This page took 0.041693 seconds and 4 git commands to generate.