* cgen.c (gas_cgen_finish_insn): Update handling of CGEN_INT_INSN_P.
authorDoug Evans <dje@google.com>
Mon, 19 Oct 1998 19:45:40 +0000 (19:45 +0000)
committerDoug Evans <dje@google.com>
Mon, 19 Oct 1998 19:45:40 +0000 (19:45 +0000)
* cgen.h (gas_cgen_finish_insn): Update prototype.
* config/tc-m32r.c (m32r_insn): CGEN_INT_INSN -> CGEN_INT_INSN_P.
cgen_insn_t -> CGEN_INSN_INT.
(make_parallel): Update handling of CGEN_INT_INSN_P.
(assemble_parallel_insn): Ditto.
(target_make_parallel): New function.
(md_assemble): Use it.

gas/ChangeLog

index 8f81231fc550099a70793ab04a67671bb99745ba..b9cd9d36eb6d5c0710bec5bf06719b13e85b5fd6 100644 (file)
@@ -1,3 +1,14 @@
+Mon Oct 19 12:35:43 1998  Doug Evans  <devans@seba.cygnus.com>
+
+       * cgen.c (gas_cgen_finish_insn): Update handling of CGEN_INT_INSN_P.
+       * cgen.h (gas_cgen_finish_insn): Update prototype.
+       * config/tc-m32r.c (m32r_insn): CGEN_INT_INSN -> CGEN_INT_INSN_P.
+       cgen_insn_t -> CGEN_INSN_INT.
+       (make_parallel): Update handling of CGEN_INT_INSN_P.
+       (assemble_parallel_insn): Ditto.
+       (target_make_parallel): New function.
+       (md_assemble): Use it.
+
 Mon Oct 19 13:16:12 1998  Catherine Moore  <clm@cygnus.com>
 
         * config/tc-m32r.c (m32r_force_relocation):  Fix typo.