summaryrefslogtreecommitdiff
path: root/opcodes/cgen-asm.in
Commit message (Collapse)AuthorAgeFilesLines
* 2000-08-04 Ben Elliston <bje@redhat.com>Ben Elliston2000-08-041-0/+309
| | | | | * cgen-dis.in, cgen-asm.in, cgen-ibld.in: New files. * cgen.sh: Likewise.
* Initial creation of sourceware repositoryStan Shebs1999-04-161-534/+0
|
* * cgen-asm.in (insert_normal): Use CGEN_BOOL_ATTR.Doug Evans1999-01-061-137/+225
| | | | | | | * cgen-asm.in (extract_normal): Ditto. * fr30-asm.c,fr30-dis.c,fr30-opc.h,fr30-opc.c: Regenerate. * i960c-asm.c,i960c-dis.c,i960c-opc.h,i960c-opc.c: Regenerate. * m32r-asm.c,m32r-dis.c,m32r-opc.h,m32r-opc.c: Regenerate.
* * cgen-opc.in (@arch@_cgen_lookup_insn): Update call toDoug Evans1998-07-211-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.
* Added Internationalisation macros to English text strings.Nick Clifton1998-04-281-14/+16
|
* tweak commentDoug Evans1998-04-271-10/+11
|
* * cgen-asm.c: Include symcat.h.Doug Evans1998-02-231-76/+114
| | | | * cgen-dis.c,cgen-opc.c,cgen-asm.in,cgen-dis.in: Ditto.
* * Makefile.am: Add cgen support.Doug Evans1998-01-131-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.