]> Git Repo - binutils.git/blobdiff - opcodes/ChangeLog
Tweak "syscall" opcode.
[binutils.git] / opcodes / ChangeLog
index 6d02ad9dc25f13f7801815a9a39176f570588024..7f67f654c061e93754660e111e8302afe2b5dd8e 100644 (file)
@@ -1,3 +1,126 @@
+Tue Mar 18 14:17:03 1997  Jeffrey A Law  ([email protected])
+
+       * mn10200-opc.c: Change "trap" to "syscall".
+       * mn10300-opc.c: Add new "syscall" instruction.
+
+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.
+       (print_insn_big_arm): Set bytes_per_chunk and display_endian.
+       (print_insn_little_arm): Likewise.
+
+Fri Mar 14 15:08:59 1997  Ian Lance Taylor  <[email protected]>
+
+       Based on patches from H.J. Lu <[email protected]>:
+       * i386-dis.c (fetch_data): Add prototype.
+       * m68k-dis.c (fetch_data): Add prototype.
+       (dummy_print_address): Add prototype.  Make static.
+       * ppc-opc.c (valid_bo): Add prototype.
+       * sparc-dis.c (build_hash_table): Add prototype.
+       (is_delayed_branch, compute_arch_mask): Add prototypes.
+       (print_insn_sparc): Make several local variables const.
+       (compare_opcodes): Change arguments to const PTR.  Add prototype.
+       * sparc-opc.c (arg): Change name field to be const.
+       (lookup_name, lookup_value): Add prototypes.  Change table and
+       name parameters to be const.
+       (sparc_encode_asi): Change name parameter to be const.
+       (sparc_encode_membar, sparc_encode_prefetch): Likewise.
+       (sparc_encode_sparclet_cpreg): Likewise.
+       (sparc_decode_asi): Change return type to be const.
+       (sparc_decode_membar, sparc_decode_prefetch): Likewise.
+       (sparc_decode_sparclet_cpreg): Likewise.
+
+Fri Mar  7 10:51:49 1997  Ian Lance Taylor  <[email protected]>
+
+       * Makefile.in ($(SHLINK)): Just use ln -s, not ln -sf, since
+       Solaris doesn't like the combined options, and the -f is
+       unnecessary.
+       (stamp-tshlink, install): Likewise.
+
+Thu Mar  6 16:51:11 1997  Jeffrey A Law  ([email protected])
+
+       * mn10300-opc.c (IMM16_PCREL, SD8N_PCREL, D16_SHIFT): Mark these
+       as relaxable.
+
+Tue Mar  4 06:10:36 1997  J.T. Conklin  <[email protected]>
+
+       * m68k-opc.c (m68k_opcodes): Fix last change for the mc68010.
+
+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.
+
+start-sanitize-tic80
+Thu Feb 27 11:36:41 1997  Michael Meissner  <[email protected]>
+
+       * tic80-dis.c (print_insn_tic80): Set info->bytes_per_line to 8.
+
+Wed Feb 26 15:34:48 1997  Michael Meissner  <[email protected]>
+
+       * tic80-opc.c (tic80_predefined_symbols): Define r25 properly.
+
+end-sanitize-tic80
+Wed Feb 26 13:38:30 1997  Andreas Schwab  <[email protected]>
+
+       * m68k-dis.c (NEXTSINGLE, NEXTDOUBLE, NEXTEXTEND): Use
+       floatformat_to_double to make portable.
+       (print_insn_arg): Use NEXTEXTEND macro when extracting extended
+       precision float.
+
+Mon Feb 24 19:26:12 1997  Dawn Perchik  <[email protected]>
+
+       * mips-opc.c: Initialize mips_opcodes to mips_builtin_opcodes,
+       and bfd_mips_num_opcodes to bfd_mips_num_builtin_opcodes.
+
+Mon Feb 24 15:19:01 1997  Martin M. Hunt  <[email protected]>
+
+       * 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
+Mon Feb 24 14:33:26 1997  Fred Fish  <[email protected]>
+
+       * tic80-opc.c (LSI_SCALED): Renamed from this ...
+       (OFF_SL_BR_SCALED): ... to this, and added the flag
+       TIC80_OPERAND_BASEREL to the flags word.
+       (tic80_opcodes): Replace all occurances of LSI_SCALED with
+       OFF_SL_BR_SCALED.
+
+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, 
+       and change bfd_mips_num_opcodes from const int to int,
+       so that we can increase the size of the mips opcodes table 
+       dynamically.
+
+start-sanitize-tic80
+Sat Feb 22 21:03:47 1997  Fred Fish  <[email protected]>
+
+       * tic80-opc.c (tic80_predefined_symbols): Revert change to
+       store BITNUM values in the table in one's complement form
+       to match behavior when assembler is given a raw numeric
+       value for a BITNUM operand.
+       * tic80-dis.c (print_operand_bitnum): Ditto.
+
+end-sanitize-tic80
+start-sanitize-d30v
+Fri Feb 21 16:31:18 1997  Martin M. Hunt  <[email protected]>
+
+       * d30v-opc.c: Removed references to FLAG_X.
+
+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.
@@ -124,17 +247,15 @@ Thu Jan 30 14:09:03 1997  Fred Fish  <[email protected]>
        Remove private tables and use tic80_value_to_symbol function.
 
 end-sanitize-tic80
-start-sanitize-d10v
 Thu Jan 30 11:30:45 1997  Martin M. Hunt  <[email protected]>
 
        * d10v-dis.c (print_operand): Change address printing
        to correctly handle PC wrapping.  Fixes PR11490.
 
-end-sanitize-d10v      
 Wed Jan 29 09:39:17 1997  Jeffrey A Law  ([email protected])
 
        * mn10200-opc.c (mn10200_operands): Make 8 and 16 bit pc-relative
-       branchs relaxable.
+       branches relaxable.
 
 Tue Jan 28 15:57:34 1997  Ian Lance Taylor  <[email protected]>
 
@@ -365,12 +486,10 @@ Fri Dec 27 22:30:57 1996  Fred Fish  <[email protected]>
        * tic80-opc.c: Add file.
        
 end-sanitize-tic80
-start-sanitize-d10v
 Fri Dec 20 14:30:19 1996  Martin M. Hunt  <[email protected]>
 
        * d10v-opc.c (pre_defined_registers):  Add cr[0-15], dpc, dpsw, link.
 
-end-sanitize-d10v      
 Mon Dec 16 13:00:15 1996  Jeffrey A Law  ([email protected])
 
        * mn10200-opc.c (mn10200_operands): Add SIMM16N.
@@ -535,12 +654,10 @@ Tue Nov 19 13:33:01 1996  Jeffrey A Law  ([email protected])
        list.
        (mn10300_opcodes): Use REGS for register list in "movm" instructions.
        
-start-sanitize-d10v
 Mon Nov 18 15:20:35 1996  Michael Meissner  <[email protected]>
 
        * d10v-opc.c (d10v_opcodes): Add3 sets the carry.
 
-end-sanitize-d10v
 Fri Nov 15 13:43:19 1996  Jeffrey A Law  ([email protected])
 
        * mn10300-opc.c (mn10300_opcodes): Demand parens around
@@ -578,14 +695,12 @@ Tue Nov  5 13:26:58 1996  Jeffrey A Law  ([email protected])
        the extended part of an instruction.
        (mn10300_operands): Use new opcodes as appropriate.
 
-start-sanitize-d10v
 Tue Nov  5 10:30:51 1996  Martin M. Hunt  <[email protected]>
 
        * d10v-opc.c (d10v_opcodes): Declare the trap instruction
        sequential so the assembler never parallelizes it with
        other instructions.
 
-end-sanitize-d10v
 Mon Nov  4 12:50:40 1996  Jeffrey A Law  ([email protected])
 
        * mn10300-opc.c (mn10300_operands): Add DN01 and AN01 for
@@ -864,13 +979,11 @@ Wed Aug 28 15:55:43 1996  Jeffrey A Law  ([email protected])
        end of the opcode table.
 
 end-sanitize-v850
-start-sanitize-d10v
 Mon Aug 26 13:35:53 1996  Martin M. Hunt  <[email protected]>
 
        * d10v-opc.c (pre_defined_registers): Added register pairs,
        "r0-r1", "r2-r3", etc.
 
-end-sanitize-d10v      
 start-sanitize-v850
 Fri Aug 23 00:27:01 1996  Jeffrey A Law  ([email protected])
 
@@ -959,14 +1072,12 @@ Mon Aug 19 15:21:38 1996  Doug Evans  <[email protected]>
 
        * sparc-dis.c (print_insn_sparc): Handle little endian sparcs.
 
-start-sanitize-d10v
 Thu Aug 15 13:14:43 1996  Martin M. Hunt  <[email protected]>
 
        * d10v-opc.c: Add additional information to the opcode
        table to help determinine which instructions can be done
        in parallel.
 
-end-sanitize-d10v
 Thu Aug 15 13:11:13 1996  Stan Shebs  <[email protected]>
 
        * mpw-make.sed: Update editing of include pathnames to be
@@ -980,7 +1091,6 @@ Wed Aug 14 17:00:04 1996  Richard Henderson  <[email protected]>
 
        * alpha-opc.c (EV4EXTHWINDEX): Field width should be 8 not 5.
 
-start-sanitize-d10v
 Mon Aug 12 14:30:37 1996  Martin M. Hunt  <[email protected]>
 
        * d10v-opc.c (d10v_opcodes): Minor fixes to addi and bl.l.
@@ -989,7 +1099,6 @@ Fri Aug  9 13:21:59 1996  Martin M. Hunt  <[email protected]>
 
        * d10v-opc.c (d10v_opcodes): Correct 'mv' unit entry to EITHER.
 
-end-sanitize-d10v      
 Thu Aug  8 12:43:52 1996  Klaus Kaempf  <[email protected]>
 
        * makefile.vms: Update for alpha-opc changes.
@@ -999,13 +1108,11 @@ Wed Aug  7 11:55:10 1996  Ian Lance Taylor  <[email protected]>
        * i386-dis.c (print_insn_i386): Actually return the correct value.
        (ONE, OP_ONE): #ifdef out; not used.
 
-start-sanitize-d10v
 Fri Aug  2 17:47:03 1996  Martin M. Hunt  <[email protected]>
 
        * d10v-opc.c (d10v_opcodes): Added 2 accumulator sub instructions.
        Changed subi operand type to treat 0 as 16.
 
-end-sanitize-d10v
 Wed Jul 31 16:21:41 1996  Ian Lance Taylor  <[email protected]>
 
        * m68k-opc.c: Add cpushl for the mcf5200.  From Ken Rose
@@ -1018,13 +1125,11 @@ Wed Jul 31 14:39:27 1996  James G. Smith  <[email protected]>
        * arm-dis.c: (print_insn_arm): Provide decoding of the new
        formats %h and %s.
 
-start-sanitize-d10v
 Fri Jul 26 11:45:04 1996  Martin M. Hunt  <[email protected]>
 
        * d10v-opc.c (d10v_operands): Added UNUM4S; a 4-bit accumulator shift.
        (d10v_opcodes): Modified accumulator shift instructions to use UNUM4S.
 
-end-sanitize-d10v      
 Fri Jul 26 14:01:43 1996  Ian Lance Taylor  <[email protected]>
 
        * alpha-dis.c (print_insn_alpha_osf): Remove.
@@ -1033,7 +1138,6 @@ Fri Jul 26 14:01:43 1996  Ian Lance Taylor  <[email protected]>
        names based on info->flavour.
        * disassemble.c: Always return print_insn_alpha for the alpha.
 
-start-sanitize-d10v
 Thu Jul 25 15:24:17 1996  Martin M. Hunt  <[email protected]>
 
        * d10v-dis.c (dis_long): Handle unknown opcodes.
@@ -1049,20 +1153,17 @@ Tue Jul 23 11:02:53 1996  Martin M. Hunt  <[email protected]>
 
        * d10v-dis.c: Change all functions to use info->print_address_func.
 
-end-sanitize-d10v      
 Mon Jul 22 15:38:53 1996  Andreas Schwab  <[email protected]>
 
        * m68k-opc.c (m68k_opcodes): Make opcode masks for the ColdFire
        move ccr/sr insns more strict so that the disassembler only
        selects them when the addressing mode is data register.
 
-start-sanitize-d10v
 Mon Jul 22 11:25:24 1996  Martin M. Hunt  <[email protected]>
         * d10v-opc.c (pre_defined_registers):  Declare.
         * d10v-dis.c (print_operand): Now uses pre_defined_registers
         to pick a better name for the registers.
 
-end-sanitize-d10v      
 Mon Jul 22 13:47:23 1996  Ian Lance Taylor  <[email protected]>
 
        * sparc-opc.c: Fix opcode values for fpack16, and fpackfix.  Fix
@@ -1085,8 +1186,7 @@ Thu Jul 18 17:19:34 1996  Ian Lance Taylor  <[email protected]>
        * configure: Rebuild.
        * Makefile.in (install): Use @INSTALL_SHLIB@.
 
-start-sanitize-d10v
-       Wed Jul 17 14:39:05 1996  Martin M. Hunt  <[email protected]>
+Wed Jul 17 14:39:05 1996  Martin M. Hunt  <[email protected]>
 
        * configure: (bfd_d10v_arch) Add new case.
        * configure.in: (bfd_d10v_arch) Add new case.
@@ -1094,7 +1194,6 @@ start-sanitize-d10v
        * d10v-opc.c: New file.
        * disassemble.c (disassembler) Add entry for d10v.
 
-end-sanitize-d10v
 Wed Jul 17 10:12:05 1996  J.T. Conklin  <[email protected]>
 
        * m68k-opc.c (m68k_opcodes): Fix bugs in coldfire insns relating
This page took 0.029238 seconds and 4 git commands to generate.