aboutsummaryrefslogtreecommitdiff
path: root/opcodes/cgen-asm.in
AgeCommit message (Collapse)AuthorFilesLines
1998-07-21 * cgen-opc.in (@arch@_cgen_lookup_insn): Update call toDoug Evans1-24/+35
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. * m32r-opc.h,m32r-opc.c,m32r-asm.c,m32r-dis.c: Regenerate.
1998-04-28Added Internationalisation macros to English text strings.Nick Clifton1-14/+16
1998-04-27tweak commentDoug Evans1-10/+11
1998-02-23 * cgen-asm.c: Include symcat.h.Doug Evans1-76/+114
* cgen-dis.c,cgen-opc.c,cgen-asm.in,cgen-dis.in: Ditto.
1998-01-13 * Makefile.am: Add cgen support.Doug Evans1-0/+394
* Makefile.in: Regenerate. * configure.in: Add cgen support. * configure: Regenerate. * aclocal.m4: Regenerate. * cgen.sh, cgen-asm.in, cgen-dis.in: New files.