summaryrefslogtreecommitdiff
path: root/sim/m32r
Commit message (Expand)AuthorAgeFilesLines
...
* * Makefile.in (SIM_EXTRA_DEPS): Add cpu-opc.h.Doug Evans1998-03-042-7/+14
* * cpu.h,model.c,sem-switch.c,sem.c: Regenerate.Doug Evans1998-03-043-325/+453
* Add generic sim-info.c:sim_info() function using module mechanism.Andrew Cagney1998-02-283-18/+181
* * mloopx.in: Fix handling of branch in parallel with another insn.Doug Evans1998-02-272-1/+8
* * sim-main.h: #include symcat.h.Doug Evans1998-02-238-452/+524
* Implment backup PC shadowing of CR6.Nick Clifton1998-02-231-0/+8
* * m32r.c (do_lock,do_unlock): Delete.Doug Evans1998-02-2014-1656/+2284
* * Makefile.in (M32R_OBJS): Add cpu.o.Doug Evans1998-02-185-834/+1317
* For sim_fetch_register / sim_store_register: Add LENGTH parameter,Andrew Cagney1998-02-172-130/+188
* * sim-main.h (CIA_GET,CIA_SET): Provide dummy definitions for now.Doug Evans1998-02-122-3/+5
* * decode.c, decode.h, sem.c, sem-switch.c, model.c: Regenerate.Doug Evans1998-02-1212-540/+2291
* * decode.c, sem.c: Regenerate.Doug Evans1998-02-102-293/+344
* Sanitize m32rx from cpu.h and m32r-sim.h.Doug Evans1998-02-051-1/+1
* * Makefile.in (m32r.o): Depend on cpu.hDoug Evans1998-02-0513-1490/+3138
* Add config support for the size of the target address and OF cell.Andrew Cagney1998-01-311-0/+4
* * Makefile.in (M32RX_OBJS): Comment out until m32rx port working.Doug Evans1998-01-291-2/+10
* * Makefile.in (M32RX_OBJS): Comment out until m32rx port working.Doug Evans1998-01-291-1/+1
* sanitize m32rx piece of _sim_cpuDoug Evans1998-01-231-8/+10
* add m32rx sanitization to tconfig.inDoug Evans1998-01-231-9/+8
* Fixed duplicate definition of h_accums field in fmt_53_sadd structureNick Clifton1998-01-201-0/+5
* Add m32rx sanitization for new files.Doug Evans1998-01-201-1/+9
* * Makefile.in: Add m32rx objs, and rules to build them.Doug Evans1998-01-205-4/+5488
* Regenerate.Doug Evans1998-01-202-3/+9
* * aclocal.m4: Recognize --enable-maintainer-mode.Doug Evans1998-01-202-49/+109
* * arch-defs.h: Deleted.Doug Evans1998-01-202-241/+1184
* * cpu.h: New file.Doug Evans1998-01-203-0/+907
* Regenerate.Doug Evans1998-01-203-3418/+1187
* * arch.c, arch.h, cpuall.h: New files.Doug Evans1998-01-2011-1837/+496
* Fix typo: .syntax.name should have been .nameNick Clifton1998-01-162-2/+11
* * m32r-sim.h (MSPR_ADDR): New macro.Doug Evans1997-12-052-8/+19
* Regenerate configure files.Doug Evans1997-12-041-0/+4
* * configure.in (SIM_AC_OPTION_ENVIRONMENT): Call.Doug Evans1997-12-042-0/+12
* * mem-ops.h: Rename SIM_SIG{ACCESS,ALIGN} to SIM_SIG{SEGV,BUS}.Doug Evans1997-11-191-32/+32
* * Makefile.in (SIM_OBJS): Use $(SIM_NEW_COMMON_OBJS).Doug Evans1997-11-181-0/+8
* * sem-ops.h (U{DIV,MOD}[BHSD]I): Use unsigned division.Doug Evans1997-10-272-12/+24
* Remove need to update <targ>/Makefile.in when adding optional optionsAndrew Cagney1997-09-232-52/+149
* Add memory alignment config option.Andrew Cagney1997-09-223-43/+98
* Simplify logic behind the generic configuration option --enable-sim-alignment.Andrew Cagney1997-09-221-0/+4
* Add support for --enable-sim-alignment to simulator common aclocal.m4Andrew Cagney1997-09-221-0/+13
* Update to reflect change to sim/common/aclocal.m4 (allow sim/commonAndrew Cagney1997-09-151-0/+4
* * configure: Regenerated to track ../common/aclocal.m4 changes.David Edelsohn1997-09-052-11/+16
* Define SIGNED64 and UNSIGNED64 macros - handle MSC/GCC LL issue.Andrew Cagney1997-09-051-0/+4
* o Add modulo argument to sim_core_attachAndrew Cagney1997-09-042-1/+5
* Fix doco on enable-sim-inline.Andrew Cagney1997-08-271-0/+5
* Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1997-08-273-24/+98
* Flush defunct sim_kill.Andrew Cagney1997-08-262-7/+4
* Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1997-08-253-25/+1967
* Watchpoint interface.Andrew Cagney1997-05-211-0/+6
* o Implement generic halt/restart/abort module.Andrew Cagney1997-05-191-0/+5
* Start of implementation of a distributed (between processors)Andrew Cagney1997-05-053-18/+29