]> Git Repo - binutils.git/blobdiff - opcodes/ChangeLog
Changed format of help output
[binutils.git] / opcodes / ChangeLog
index 2aaa85b7bb0b87a41b56978d6f948ca122491daf..2f3545e97f74a03e878ecb252326c3fba41122db 100644 (file)
@@ -1,3 +1,174 @@
+start-sanitize-am33
+Wed Jul  8 11:32:44 1998  Jeffrey A Law  ([email protected])
+
+       * 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  <[email protected]>
+
+       * m32r-opc.h (CGEN_MIN_INSN_SIZE): New #define.
+
+Wed Jul  1 16:11:16 1998  Doug Evans  <[email protected]>
+
+       * 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: @[email protected] renamed to @[email protected].
+       * 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  ([email protected])
+
+       * m10300-opc.c: Reorder "movbu" and "movhu" instructions too.
+
+Mon Jun 29 14:54:32 1998  Jeffrey A Law  ([email protected])
+
+       * 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  ([email protected])
+
+       * 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  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * vax-dis.c: New file, from work by Pauline Middelink
+       <[email protected]>.
+       * 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  <[email protected]>
+
+       * 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  ([email protected])
+
+       * 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  <[email protected]>
+
+       * 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  ([email protected])
+
+       * 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  <[email protected]>
+
+       * 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  ([email protected])
+
+       * m10300-opc.c: Support 4 byte DSP instructions.
+
+end-sanitize-am33
+Sat Jun 20 14:46:20 1998  Frank Ch. Eigler  <[email protected]>
+
+       * mips-dis.c (_print_insn_mips): Fix argument interchange typo.
+
+start-sanitize-am33
+Fri Jun 19 16:47:06 1998  Jeffrey A Law  ([email protected])
+
+       * m10300-opc.c: Support 6 and 7 byte am33 instructions.
+
+end-sanitize-am33
+Fri Jun 19 09:16:42 1998  Mark Alexander  <[email protected]>
+
+       * m10200-dis.c (print_insn_mn10200): Recognize 'break' pseudo-op.
+
+start-sanitize-am33
+Fri Jun 19 09:42:51 1998  Jeffrey A Law  ([email protected])
+
+       * m10300-opc.c: Support for 3 byte and 4 byte extended instructions
+       found on the mn10300.
+
+end-sanitize-am33
+1998-06-18  Ulrich Drepper  <[email protected]>
+
+       * i386-dis.c: Add support for fxsave, fxrstor, sysenter and
+       sysexit.
+
+Thu Jun 18 10:22:24 1998  John Metzler  <[email protected]>
+
+       * 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 programse, gdb ,objdump.
+       (print_insn_big_mips): ditto.
+       (print_insn_mips): ditto
+
+Wed Jun 17 21:19:01 1998  Mark Alexander  <[email protected]>
+
+       * m10200-dis.c (print_insn_mn10200): Don't bomb on unknown opcodes.
+
+Wed Jun 17 17:49:23 1998  Jeffrey A Law  ([email protected])
+
+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  <[email protected]>
 
        * i386-dis.c (index16): Add '%' to register names.  Use ','
@@ -108,11 +279,11 @@ Mon Jun  1 10:27:26 1998  Jeffrey A Law  ([email protected])
 end-sanitize-r5900
 start-sanitize-vr5400
 Thu May 28 08:46:09 1998  Catherine Moore <[email protected]>
+
        * mips-opc.c (macc, maccu, macchi, macchiu, msac, msacu, msachi, msachiu):
        Change pinfo to use WR_HILO.
 
-end-sanitize-vr5400 
+end-sanitize-vr5400
 start-sanitize-d30v
 Wed May 27 15:29:13 1998  Nick Clifton  <[email protected]>
 
@@ -134,7 +305,7 @@ Tue May 26 16:14:39 1998  Nick Clifton  <[email protected]>
 
        * 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
@@ -199,10 +370,10 @@ start-sanitize-m32rx
 Tue May 12 13:39:51 1998  Nick Clifton  <[email protected]>
 
        * 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  <[email protected]>
@@ -212,7 +383,7 @@ Tue May 12 11:46:31 1998  Richard Henderson  <[email protected]>
 end-sanitize-d30v
 start-sanitize-r5900
 Mon May 11 13:12:15 1998  Frank Ch. Eigler  <[email protected]>
-       
+
        * mips-opc.c (break): Added 20-bit single-operand break
        instruction for R5900 only.
 
@@ -329,7 +500,7 @@ 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.
@@ -413,7 +584,7 @@ end-sanitize-r5900
 Mon Apr 13 16:59:39 1998  Nick Clifton  <[email protected]>
 
        * arm-dis.c (print_insn_arm): Add "_all" extension to 'C'
-       operator. 
+       operator.
 
 Mon Apr 13 16:50:27 1998  Ian Lance Taylor  <[email protected]>
 
@@ -463,14 +634,14 @@ Wed Apr  1 16:20:27 1998  Ian Dall  <[email protected]>
 
         * 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  <[email protected]>
 
-       * 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  <[email protected]>
@@ -652,8 +823,7 @@ Fri Mar 20 18:55:18 1998  Ian Lance Taylor  <[email protected]>
 start-sanitize-r5900
 Fri Mar 20 09:01:31 1998  Jeffrey A Law  ([email protected])
 
-        * 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
@@ -661,7 +831,7 @@ Thu Mar 19 15:46:53 1998  Nick Clifton  <[email protected]>
 
        These patches are courtesy of Jonathan Walton and Tony Thompson
        ([email protected]).
-       
+
        * arm-dis.c (print_insn_thumb): Ignore bottom two bits of PC
        relative addresses.
 
@@ -937,8 +1107,8 @@ Fri Feb 13 13:12:14 1998  Ian Lance Taylor  <[email protected]>
 
 Fri Feb 13 09:50:32 1998  Nick Clifton  <[email protected]>
 
-       * 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  <[email protected]>
 
@@ -1177,12 +1347,12 @@ Wed Dec 10 17:42:35 1997  Nick Clifton  <[email protected]>
        * 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  <[email protected]>
+
        * d10v-opc.c (d10v_opcodes): Correct entry for RTE.
+
 Mon Dec  8 11:21:07 1997  Nick Clifton  <[email protected]>
 
        * disassemble.c: Remove disasm_symaddr() function.
@@ -1266,7 +1436,7 @@ end-sanitize-vr5400
 start-sanitize-tx49
 Wed Oct 29 15:10:56 1997  Gavin Koch  <[email protected]>
 
-       * 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
@@ -1398,7 +1568,7 @@ Thu Sep 18 11:21:43 1997  Doug Evans  <[email protected]>
 
 Tue Sep 16 15:18:20 1997  Nick Clifton  <[email protected]>
 
-       * 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  <[email protected]>
@@ -1446,7 +1616,7 @@ Wed Aug 27 21:42:39 1997  Ken Raeburn  <[email protected]>
        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.
@@ -1467,7 +1637,7 @@ Wed Aug 27 21:42:39 1997  Ken Raeburn  <[email protected]>
        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.
 
@@ -1579,18 +1749,18 @@ Wed Aug 13 18:52:11 1997  Nick Clifton  <[email protected]>
 
 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.
 
@@ -1675,7 +1845,7 @@ Wed Jun 25 15:25:57 1997  Felix Lee  <[email protected]>
        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  <[email protected]>
 
        * sparc-opc.c: The fcmp v9a instructions take an integer register
@@ -1734,7 +1904,7 @@ Thu May 22 14:06:02 1997  Doug Evans  <[email protected]>
 
 Tue May 20 11:26:27 1997  Gavin Koch  <[email protected]>
 
-       * 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.
 
@@ -1906,7 +2076,7 @@ Wed Mar 19 06:53:58 1997  J.T. Conklin  <[email protected]>
 
        * m68k-opc.c (m68k_opcodes): Provide coldfire division module
        instructions.
-       
+
 end-sanitize-coldfire
 Tue Mar 18 14:17:03 1997  Jeffrey A Law  ([email protected])
 
@@ -1917,7 +2087,7 @@ Mon Mar 17 08:48:03 1997  J.T. Conklin  <[email protected]>
 
        * 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  <[email protected]>
 
        * arm-dis.c (print_insn_arm): Don't print instruction bytes.
@@ -1965,7 +2135,7 @@ Mon Mar  3 07:45:20 1997  J.T. Conklin  <[email protected]>
 
        * m68k-opc.c (m68k_opcodes): Added entries for the tst insns on
        the mc68000.
-       
+
 Thu Feb 27 14:04:32 1997  Philippe De Muyter  <[email protected]>
 
        * m68k-opc.c (m68k_opcodes): Added swbegl pseudo-instruction.
@@ -1994,7 +2164,7 @@ Mon Feb 24 19:26:12 1997  Dawn Perchik  <[email protected]>
 
 Mon Feb 24 15:19:01 1997  Martin M. Hunt  <[email protected]>
 
-       * 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
@@ -2010,9 +2180,9 @@ end-sanitize-tic80
 Sat Feb 22 21:25:00 1997  Dawn Perchik  <[email protected]>
 
        * 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
@@ -2030,7 +2200,7 @@ Fri Feb 21 16:31:18 1997  Martin M. Hunt  <[email protected]>
 
        * d30v-opc.c: Removed references to FLAG_X.
 
-end-sanitize-d30v      
+end-sanitize-d30v
 Wed Feb 19 14:51:20 1997  Ian Lance Taylor  <[email protected]>
 
        * Makefile.in: Add dependencies on ../bfd/bfd.h as required.
@@ -2045,11 +2215,11 @@ Tue Feb 18 17:43:43 1997  Martin M. Hunt  <[email protected]>
        * d30v-opc.c: New file.
        * disassemble.c (disassembler) Add entry for d30v.
 
-end-sanitize-d30v      
+end-sanitize-d30v
 start-sanitize-tic80
 Tue Feb 18 16:32:08 1997  Fred Fish  <[email protected]>
 
-       * 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  <[email protected]>
@@ -2113,9 +2283,9 @@ Tue Feb 11 15:26:47 1997  Ian Lance Taylor  <[email protected]>
 
 start-sanitize-r5900
 Fri Feb  7 11:12:44 1997  Gavin Koch  <[email protected]>
-        
+
         * mips-opc.c: add r5900.
-        
+
 end-sanitize-r5900
 start-sanitize-tic80
 Mon Feb 10 10:12:41 1997  Fred Fish  <[email protected]>
@@ -2180,7 +2350,7 @@ Fri Jan 24 12:08:21 1997  J.T. Conklin  <[email protected]>
        * 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.
 
@@ -2191,7 +2361,7 @@ Wed Jan 22 20:13:51 1997  Fred Fish  <[email protected]>
        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  <[email protected]>
 
@@ -2206,7 +2376,7 @@ Sat Jan 18 15:15:05 1997  Fred Fish  <[email protected]>
        "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  <[email protected]>
 
        * tic80-dis.c (print_insn_tic80): Broke excessively long
@@ -2216,13 +2386,13 @@ Fri Jan 17 18:24:31 1997  Fred Fish  <[email protected]>
        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  <[email protected]>
 
-       * 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  <[email protected]>
 
        * m68k-opc.c (m68k_opcodes): Delete duplicate entry for "cmpil".
@@ -2238,7 +2408,7 @@ Thu Jan 16 20:54:40 1997  Fred Fish  <[email protected]>
        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  <[email protected]>
 
        * tic80-opc.c (tic80_operands): Reorder some table entries to make
@@ -2264,7 +2434,7 @@ Tue Jan 14 19:42:50 1997  Fred Fish  <[email protected]>
        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  <[email protected]>
 
        * tic80-dis.c (print_insn_tic80): Print floating point operands
@@ -2279,8 +2449,8 @@ Mon Jan 13 15:58:56 1997  Fred Fish  <[email protected]>
        (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  ([email protected])
 
@@ -2294,14 +2464,14 @@ Mon Jan  6 10:56:25 1997  Fred Fish  <[email protected]>
        (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  <[email protected]>
 
        * tic80-dis.c (M_SI, M_LI): Add macros to test for ":m" modifier bit
@@ -2313,7 +2483,7 @@ Sun Jan  5 12:18:14 1997  Fred Fish  <[email protected]>
        (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  <[email protected]>
 
        * tic80-dis.c (print_insn_tic80): Print TIC80_OPERAND_RELATIVE
@@ -2370,7 +2540,7 @@ Mon Dec 30 17:02:11 1996  Fred Fish  <[email protected]>
 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  <[email protected]>
 
        * mips16-opc.c: Add "abs".
@@ -2390,7 +2560,7 @@ Fri Dec 27 22:30:57 1996  Fred Fish  <[email protected]>
        * 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  <[email protected]>
 
@@ -2517,7 +2687,7 @@ Mon Nov 25 16:15:17 1996  J.T. Conklin  <[email protected]>
        * 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
@@ -2528,7 +2698,7 @@ Mon Nov 25 11:17:01 1996  Jeffrey A Law  ([email protected])
        * 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 '%'.
@@ -2559,7 +2729,7 @@ Tue Nov 19 13:33:01 1996  Jeffrey A Law  ([email protected])
        * 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  <[email protected]>
 
        * d10v-opc.c (d10v_opcodes): Add3 sets the carry.
@@ -2579,7 +2749,7 @@ Wed Nov  6 13:42:32 1996  Jeffrey A Law  ([email protected])
        * 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
@@ -2620,7 +2790,7 @@ Fri Nov  1 10:29:11 1996  Richard Henderson  <[email protected]>
        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  ([email protected])
@@ -2688,7 +2858,7 @@ Wed Oct  9 11:19:26 1996  Jeffrey A Law  ([email protected])
 
        * 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  ([email protected])
 
        * mn10300-opc.c (mn10300_operands): Remove "REGS" operand.
@@ -2709,7 +2879,7 @@ Mon Oct  7 16:48:45 1996  Jeffrey A Law  ([email protected])
        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  <[email protected]>
 
        * m68k-opc.c (plusha): Prefer encoding for m68040up, in case
@@ -2958,7 +3128,7 @@ Tue Aug 20 14:41:03 1996  J.T. Conklin  <[email protected]>
        * 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  <[email protected]>
 
        * sparc-dis.c (print_insn_sparc): Handle little endian sparcs.
@@ -3692,7 +3862,7 @@ Wed Sep  6 15:08:09 1995  Jim Wilson  <[email protected]>
 
        * 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  <[email protected]>
 
        * sh-opc.h (sh_opcode_info): Increase arg array size to 4.
@@ -3911,7 +4081,7 @@ Wed May 24 14:16:08 1995  Steve Chamberlain  <[email protected]>
 
        * sh-opc.h: Added bsrf and braf.
 
-Wed May 10 14:28:16 1995 Richard Earnshaw ([email protected])      
+Wed May 10 14:28:16 1995 Richard Earnshaw ([email protected])
 
        * arm-opc.h (arm_opcodes): Add 64-bit multiply patterns.  Delete
        bogus [ls]fm{ea,fd} patterns.
@@ -3959,7 +4129,7 @@ Mon Apr 10 15:55:01 1995  Stan Shebs  <[email protected]>
        * 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.
@@ -4458,7 +4628,7 @@ Fri Jan 21 19:01:39 1994  Ian Lance Taylor  ([email protected])
 Mon Jan 17 20:05:49 1994  Jeffrey A. Law  ([email protected])
 
        * 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  ([email protected])
 
@@ -4490,7 +4660,7 @@ Mon Nov  8 12:37:36 1993  Ian Lance Taylor  ([email protected])
 Sun Nov  7 23:52:34 1993  Peter Schauer  ([email protected])
 
        * 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  ([email protected])
@@ -4763,7 +4933,7 @@ Fri Jun 11 18:40:21 1993  Ken Raeburn  ([email protected])
        defined, since gdb has been fixed.
 
        Changes from Jeff Law, [email protected]:
-       * 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.045208 seconds and 4 git commands to generate.