| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Makefile.in (SIM_EXTRA_DEPS): Add cpu-opc.h. | Doug Evans | 1998-03-04 | 2 | -7/+14 |
* | * cpu.h,model.c,sem-switch.c,sem.c: Regenerate. | Doug Evans | 1998-03-04 | 3 | -325/+453 |
* | Add generic sim-info.c:sim_info() function using module mechanism. | Andrew Cagney | 1998-02-28 | 3 | -18/+181 |
* | * mloopx.in: Fix handling of branch in parallel with another insn. | Doug Evans | 1998-02-27 | 2 | -1/+8 |
* | * sim-main.h: #include symcat.h. | Doug Evans | 1998-02-23 | 8 | -452/+524 |
* | Implment backup PC shadowing of CR6. | Nick Clifton | 1998-02-23 | 1 | -0/+8 |
* | * m32r.c (do_lock,do_unlock): Delete. | Doug Evans | 1998-02-20 | 14 | -1656/+2284 |
* | * Makefile.in (M32R_OBJS): Add cpu.o. | Doug Evans | 1998-02-18 | 5 | -834/+1317 |
* | For sim_fetch_register / sim_store_register: Add LENGTH parameter, | Andrew Cagney | 1998-02-17 | 2 | -130/+188 |
* | * sim-main.h (CIA_GET,CIA_SET): Provide dummy definitions for now. | Doug Evans | 1998-02-12 | 2 | -3/+5 |
* | * decode.c, decode.h, sem.c, sem-switch.c, model.c: Regenerate. | Doug Evans | 1998-02-12 | 12 | -540/+2291 |
* | * decode.c, sem.c: Regenerate. | Doug Evans | 1998-02-10 | 2 | -293/+344 |
* | Sanitize m32rx from cpu.h and m32r-sim.h. | Doug Evans | 1998-02-05 | 1 | -1/+1 |
* | * Makefile.in (m32r.o): Depend on cpu.h | Doug Evans | 1998-02-05 | 13 | -1490/+3138 |
* | Add config support for the size of the target address and OF cell. | Andrew Cagney | 1998-01-31 | 1 | -0/+4 |
* | * Makefile.in (M32RX_OBJS): Comment out until m32rx port working. | Doug Evans | 1998-01-29 | 1 | -2/+10 |
* | * Makefile.in (M32RX_OBJS): Comment out until m32rx port working. | Doug Evans | 1998-01-29 | 1 | -1/+1 |
* | sanitize m32rx piece of _sim_cpu | Doug Evans | 1998-01-23 | 1 | -8/+10 |
* | add m32rx sanitization to tconfig.in | Doug Evans | 1998-01-23 | 1 | -9/+8 |
* | Fixed duplicate definition of h_accums field in fmt_53_sadd structure | Nick Clifton | 1998-01-20 | 1 | -0/+5 |
* | Add m32rx sanitization for new files. | Doug Evans | 1998-01-20 | 1 | -1/+9 |
* | * Makefile.in: Add m32rx objs, and rules to build them. | Doug Evans | 1998-01-20 | 5 | -4/+5488 |
* | Regenerate. | Doug Evans | 1998-01-20 | 2 | -3/+9 |
* | * aclocal.m4: Recognize --enable-maintainer-mode. | Doug Evans | 1998-01-20 | 2 | -49/+109 |
* | * arch-defs.h: Deleted. | Doug Evans | 1998-01-20 | 2 | -241/+1184 |
* | * cpu.h: New file. | Doug Evans | 1998-01-20 | 3 | -0/+907 |
* | Regenerate. | Doug Evans | 1998-01-20 | 3 | -3418/+1187 |
* | * arch.c, arch.h, cpuall.h: New files. | Doug Evans | 1998-01-20 | 11 | -1837/+496 |
* | Fix typo: .syntax.name should have been .name | Nick Clifton | 1998-01-16 | 2 | -2/+11 |
* | * m32r-sim.h (MSPR_ADDR): New macro. | Doug Evans | 1997-12-05 | 2 | -8/+19 |
* | Regenerate configure files. | Doug Evans | 1997-12-04 | 1 | -0/+4 |
* | * configure.in (SIM_AC_OPTION_ENVIRONMENT): Call. | Doug Evans | 1997-12-04 | 2 | -0/+12 |
* | * mem-ops.h: Rename SIM_SIG{ACCESS,ALIGN} to SIM_SIG{SEGV,BUS}. | Doug Evans | 1997-11-19 | 1 | -32/+32 |
* | * Makefile.in (SIM_OBJS): Use $(SIM_NEW_COMMON_OBJS). | Doug Evans | 1997-11-18 | 1 | -0/+8 |
* | * sem-ops.h (U{DIV,MOD}[BHSD]I): Use unsigned division. | Doug Evans | 1997-10-27 | 2 | -12/+24 |
* | Remove need to update <targ>/Makefile.in when adding optional options | Andrew Cagney | 1997-09-23 | 2 | -52/+149 |
* | Add memory alignment config option. | Andrew Cagney | 1997-09-22 | 3 | -43/+98 |
* | Simplify logic behind the generic configuration option --enable-sim-alignment. | Andrew Cagney | 1997-09-22 | 1 | -0/+4 |
* | Add support for --enable-sim-alignment to simulator common aclocal.m4 | Andrew Cagney | 1997-09-22 | 1 | -0/+13 |
* | Update to reflect change to sim/common/aclocal.m4 (allow sim/common | Andrew Cagney | 1997-09-15 | 1 | -0/+4 |
* | * configure: Regenerated to track ../common/aclocal.m4 changes. | David Edelsohn | 1997-09-05 | 2 | -11/+16 |
* | Define SIGNED64 and UNSIGNED64 macros - handle MSC/GCC LL issue. | Andrew Cagney | 1997-09-05 | 1 | -0/+4 |
* | o Add modulo argument to sim_core_attach | Andrew Cagney | 1997-09-04 | 2 | -1/+5 |
* | Fix doco on enable-sim-inline. | Andrew Cagney | 1997-08-27 | 1 | -0/+5 |
* | Add ABFD argument to sim_create_inferior. Document. | Andrew Cagney | 1997-08-27 | 3 | -24/+98 |
* | Flush defunct sim_kill. | Andrew Cagney | 1997-08-26 | 2 | -7/+4 |
* | Add ABFD argument to sim_open call. Pass through to sim_config so | Andrew Cagney | 1997-08-25 | 3 | -25/+1967 |
* | Watchpoint interface. | Andrew Cagney | 1997-05-21 | 1 | -0/+6 |
* | o Implement generic halt/restart/abort module. | Andrew Cagney | 1997-05-19 | 1 | -0/+5 |
* | Start of implementation of a distributed (between processors) | Andrew Cagney | 1997-05-05 | 3 | -18/+29 |