Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-12-11 | Add support for the m32r2 processor | Nick Clifton | 1 | -18/+27 | |
2003-12-07 | More reversion of incomplete m32r changes. Should be back to normal. | Andrew Cagney | 1 | -41/+13 | |
2003-12-07 | Revert last commit, build problems. | Andrew Cagney | 1 | -1/+0 | |
2003-12-07 | 2003-12-02 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> | Andrew Cagney | 1 | -0/+1 | |
* Makefile.in : Add new machine m32r2. * m32r2.c : New file for m32r2. * mloop2.in : Ditto * model2.c : Ditto * sem2-switch.c : Ditto * m32r-sim.h : Add EVB register. * sim-if.h : Ditto * sim-main.h : Ditto * traps.c : Ditto | |||||
1999-10-12 | import gdb-1999-10-11 snapshot | Jason Molenda | 1 | -0/+35 | |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -13/+6 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+203 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -174/+0 | |
1998-09-09 | * m32r-sim.h (m32r_trap): Update prototype. | Doug Evans | 1 | -2/+17 | |
* traps.c (m32r_trap): New arg `pc'. * sem.c,sem-switch.c: Regenerated. * cpux.h,readx.c,semx.c: Regenerated. | |||||
1998-06-11 | * m32r-sim.h (m32r_trap): Declare. | Doug Evans | 1 | -0/+3 | |
1998-06-11 | * traps.c: New file. Trap support moved here from sim-if.c. | Doug Evans | 1 | -0/+156 | |
* Makefile.in (SIM_OBJS): Add traps.o * sim-if.c: Don't include targ-vals.h. (sim_engine_illegal_insn): Moved to traps.c * sim-main.h (SIM_CORE_SIGNAL): Define. (m32r_core_signal): Declare. * devices.c (device_io_read_buffer): Handle cache purging via MCCR register. * m32r-sim.h (M32R_MISC_PROFILE): Move here from sim-main.h. (PROFILE_COUNT_SHORTINSNS,PROFILE_COUNT_LONGINSNS): New macros. (TRAP_SYSCALL,TRAP_BREAKPOINT): New macros. |