* gencode.c (write_header): Add "insn" and "extension" arguments
authorJeff Law <law@redhat.com>
Fri, 6 Dec 1996 21:19:37 +0000 (21:19 +0000)
committerJeff Law <law@redhat.com>
Fri, 6 Dec 1996 21:19:37 +0000 (21:19 +0000)
commitd2523010290da3f2aabace669a8d508ceb02bc92
treeefcea2360b7cc5822f033ea01c8e3a318b168be0
parent1bcfe5fa30bb4f745189f6d5055ce2088aaae839
    * gencode.c (write_header): Add "insn" and "extension" arguments
        to the OP_* declarations.
        (write_template): Similarly for function templates.
        * interp.c (insn, extension): Remove global variables.  Instead
        pass them as arguments to the OP_* functions.
        * mn10300_sim.h: Remove decls for "insn" and "extension".
        * simops.c (OP_*): Accept "insn" and "extension" as arguments
        instead of using globals.
Starting to clean things up.
sim/mn10300/ChangeLog
sim/mn10300/gencode.c
sim/mn10300/interp.c
sim/mn10300/mn10300_sim.h
sim/mn10300/simops.c