binutils-gdb/sim
Jeff Law 0ef0eba580 * interp.c (hash): Update to be more accurate.
(lookup_hash): Call hash rather than computing the hash
        code here.
        (do_format_1_2): Handle format 1 and format 2 instructions.
        Get operands correctly and call the target function.
        (do_format_6): Get operands correctly and call the target
        function.
        (do_formats_9_10): Rough cut so shift ops will work.
        (sim_resume): Tweak to deal with format 1 and format 2
        handling in a single funtion.  Don't update the PC
        for format 3 insns.  Fix typos.
        * simops.c: Slightly reorganize.  Add condition code handling
        to "add", "addi", "and", "andi", "or", "ori", "xor", "xori"
        and "not" instructions.
        * v850_sim.h (reg_t): Registers are 32bits.
        (_state): The V850 has 32 general registers.  Add a 32bit
        psw and pc register too.  Add accessor macros
Fixing lots of stuff.  Starting to add condition code support.  Basically
check pointing the work to date.
1996-08-29 23:39:23 +00:00
..
arm * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir, 1996-06-26 03:22:34 +00:00
common Fix SH simulator to handle program exit correctly. 1995-10-22 20:22:02 +00:00
d10v Wed Aug 28 17:33:19 1996 Martin M. Hunt <hunt@pizza.cygnus.com> 1996-08-29 00:35:11 +00:00
erc32 * erc32.c (mec_reset mec_read mec_write memory_read memory_write), 1996-07-04 00:51:22 +00:00
h8300 * compile.c (sim_resume): Fix all rotate-by-2-bits insns. 1996-07-10 04:15:17 +00:00
mips * Makefile.in (gencode): Depend upon gencode.o, getopt.o, and 1996-08-22 22:06:21 +00:00
ppc Fixes from Andrew 1996-08-19 22:21:19 +00:00
sh * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir, 1996-06-26 03:35:01 +00:00
v850 * interp.c (hash): Update to be more accurate. 1996-08-29 23:39:23 +00:00
w65 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir, 1996-06-26 03:35:01 +00:00
.Sanitize fix for D10V. 1996-08-12 18:04:58 +00:00
ChangeLog * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir, 1996-06-26 03:35:01 +00:00
configure * configure.in: Only built erc32 simulator on Unix hosts as it 1996-05-22 18:12:32 +00:00
configure.in * configure.in (v850-*-*): Added V850 simulator. 1996-08-29 01:05:40 +00:00
Makefile.in * Makefile.in (all): Simplify. 1996-02-21 17:02:23 +00:00