* cgen.h (<cpu>_cgen_assemble_insn): New arg for errmsg.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 10 Apr 1997 23:39:08 +0000 (23:39 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 10 Apr 1997 23:39:08 +0000 (23:39 +0000)
(cgen_parse_operand_fn): Declare.
(cgen_init_parse_operand): Declare.
(cgen_parse_operand): Renamed from cgen_asm_parse_operand,
new argument `want'.
(enum cgen_parse_operand_result): Renamed from cgen_asm_result.
(enum cgen_parse_operand_type): New enum.

include/opcode/ChangeLog

index bf48505115b42ab59ff897a0077cfdf86c16218d..417b139f415f0fc66e6cc5a751458f896c6f52b1 100644 (file)
@@ -1,7 +1,12 @@
 Thu Apr 10 14:35:00 1997  Doug Evans  <dje@canuck.cygnus.com>
 
        * cgen.h (<cpu>_cgen_assemble_insn): New arg for errmsg.
-       (cgen_asm_parse_operand_fn): Declare.
+       (cgen_parse_operand_fn): Declare.
+       (cgen_init_parse_operand): Declare.
+       (cgen_parse_operand): Renamed from cgen_asm_parse_operand,
+       new argument `want'.
+       (enum cgen_parse_operand_result): Renamed from cgen_asm_result.
+       (enum cgen_parse_operand_type): New enum.
 
 Sat Apr  5 13:14:05 1997  Ian Lance Taylor  <ian@cygnus.com>
 
This page took 0.025158 seconds and 4 git commands to generate.