Age | Commit message (Expand) | Author | Files | Lines |
2002-10-11 | gcc uses trap 33 for profiling, but the simulator didn't support it. | Joern Rennecke | 3 | -27/+33 |
2002-09-30 | Fix handling of v850e bit-twiddle instructions. | Jim Wilson | 2 | -2/+8 |
2002-09-27 | Add support for -m option. Fix PR gdb/433. | Andrew Cagney | 2 | -2/+25 |
2002-09-27 | 2002-09-27 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 2 | -1/+6 |
2002-09-27 | Fix bug in support for trap instruction. | Jim Wilson | 2 | -1/+5 |
2002-09-19 | Remove v850ea references | Nick Clifton | 4 | -329/+8 |
2002-08-29 | 2002-08-29 Dave Brolley <brolley@redhat.com> | Dave Brolley | 2 | -1/+5 |
2002-08-29 | Makefile.in: Add gen-zero-r0 option. | Nick Clifton | 4 | -1/+13 |
2002-08-28 | 2002-08-28 Dave Brolley <brolley@redhat.com> | Dave Brolley | 2 | -4/+19 |
2002-08-24 | * MAINTAINERS: Change my mailing address. | Geoffrey Keating | 2 | -1/+5 |
2002-08-23 | 2002-08-22 Chris Demetriou <cgd@broadcom.com> | Chris Demetriou | 2 | -0/+117 |
2002-08-16 | oops - fix typo in previous delta | Nick Clifton | 1 | -2/+2 |
2002-08-15 | Catch and ignore SWIs of -1, they can be caused by an interrupted system | Nick Clifton | 2 | -0/+19 |
2002-08-13 | * dv-m68hc11eepr.c (struct m68hc11eepr ): Use const char* for filename. | Stephane Carrez | 2 | -3/+7 |
2002-08-13 | * interp.c (sim_prepare_for_program): Look up the image for the | Stephane Carrez | 2 | -1/+30 |
2002-08-13 | * interp.c (sim_hw_configure): Return 1 for success. | Stephane Carrez | 2 | -3/+11 |
2002-08-13 | Fix english and ChangeLog entry | Stephane Carrez | 1 | -4/+1 |
2002-08-13 | * dv-m68hc11.c (m68hc11cpu_io_read_buffer): Translate memory | Stephane Carrez | 3 | -1/+40 |
2002-08-13 | * interp.c (sim_hw_configure): Connect port-X to cpu-write-port. | Stephane Carrez | 3 | -1/+23 |
2002-08-13 | * dv-m68hc11.c (m68hc11cpu_io_write): Fix to update IO mapping | Stephane Carrez | 2 | -2/+7 |
2002-08-13 | * m68hc11_sim.c (cpu_special): Handle call and rtc instructions. | Stephane Carrez | 5 | -23/+137 |
2002-07-31 | 2002-07-30 Chris Demetriou <cgd@broadcom.com> | Chris Demetriou | 2 | -4/+98 |
2002-07-29 | 2002-07-29 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -2/+7 |
2002-07-29 | Add dependences to Makefile.in and include sim-h8300 in compile.c | Andrey Volkov | 3 | -2/+11 |
2002-07-18 | Delete w65 directory. | Andrew Cagney | 11 | -5658/+4 |
2002-07-17 | Index: sim/common/ChangeLog | Andrew Cagney | 2 | -0/+69 |
2002-07-17 | include/gdb: | Joern Rennecke | 3 | -115/+170 |
2002-07-16 | Obsolete fr30. | Andrew Cagney | 27 | -25913/+21632 |
2002-07-15 | * sim-resume.c (sim_resume): Add local variable sig_to_deliver to | Andrew Cagney | 2 | -6/+16 |
2002-07-14 | From 2002-07-11 Momchil Velikov <velco@fadata.bg>: | Andrew Cagney | 2 | -0/+7 |
2002-07-14 | Obsolete the d30v. | Andrew Cagney | 17 | -4249/+4238 |
2002-07-05 | Add checks to catch invaliud XScale MIA, MIAPH and MIAxy instructions. | Nick Clifton | 2 | -68/+79 |
2002-06-24 | 2002-06-24 Richard Sandiford <rsandifo@redhat.com> | Elena Zannoni | 2 | -3/+11 |
2002-06-22 | * Makefile.in (INTL_SRC): Define. | Andrew Cagney | 2 | -1/+12 |
2002-06-21 | Set correct value for ADP_Stopped_RunTimeError | Nick Clifton | 2 | -40/+41 |
2002-06-18 | 2002-06-18 Chris Demetriou <cgd@broadcom.com> | Chris Demetriou | 2 | -2/+13 |
2002-06-18 | * interp.c (sim_firmware_command): Initialize `address'. | Andrew Cagney | 2 | -1/+8 |
2002-06-18 | * interp.c (sim_resume): Fix setting of bus error for | Joern Rennecke | 2 | -1/+6 |
2002-06-17 | * hw-events.c (hw_event_queue_schedule): Initialize `dummy'. | Andrew Cagney | 2 | -0/+3 |
2002-06-17 | * d10v_sim.h (SET_PSW_BIT): Add cast to avoid inverting an enum. | Andrew Cagney | 2 | -1/+5 |
2002-06-17 | * simops.c (trace_result): Fix printf formatting. | Andrew Cagney | 2 | -1/+6 |
2002-06-17 | * sim-memopt.c: Include <unistd.h>. | Andrew Cagney | 3 | -1/+11 |
2002-06-17 | * gen.c (gen_entry_expand_opcode): Initialize ``value'' to -1 and | Andrew Cagney | 4 | -2/+13 |
2002-06-17 | * Makefile.in (BUILD_CFLAGS): Remove -O0. | Andrew Cagney | 2 | -1/+5 |
2002-06-17 | 2002-06-17 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2 | -0/+18 |
2002-06-16 | Import current --enable-gdb-build-warnings. | Andrew Cagney | 31 | -1063/+1529 |
2002-06-16 | * Makefile.in (autoconf-changelog autoheader-changelog): Let name, | Andrew Cagney | 2 | -4/+14 |
2002-06-15 | Fix for transfers across segments. | Tom Rix | 2 | -2/+7 |
2002-06-14 | 2002-06-14 Chris Demetriou <cgd@broadcom.com> | Chris Demetriou | 8 | -4/+475 |
2002-06-14 | fix attribution in previous changelog entry | Chris Demetriou | 1 | -0/+1 |