Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Index: arm/ChangeLog | Andrew Cagney | 2003-02-27 | 2 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-02-27 Andrew Cagney <cagney@redhat.com> * wrapper.c (sim_create_inferior, sim_open): Rename _bfd to bfd. Index: common/ChangeLog 2003-02-27 Andrew Cagney <cagney@redhat.com> * sim-utils.h (sim_analyze_program, sim_load_file): Rename _bfd to bfd. * sim-hload.c (sim_load), sim-base.h (sim_state_base): Ditto. * nrun.c (main): Ditto. Index: d10v/ChangeLog 2003-02-27 Andrew Cagney <cagney@redhat.com> * interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd. Index: erc32/ChangeLog 2003-02-27 Andrew Cagney <cagney@redhat.com> * interf.c (sim_open, sim_create_inferior): Rename _bfd to bfd. Index: h8300/ChangeLog 2003-02-27 Andrew Cagney <cagney@redhat.com> * compile.c (sim_open, sim_create_inferior): Rename _bfd to bfd. Index: h8500/ChangeLog 2003-02-27 Andrew Cagney <cagney@redhat.com> * compile.c (sim_open, sim_create_inferior): Rename _bfd to bfd. Index: i960/ChangeLog 2003-02-27 Andrew Cagney <cagney@redhat.com> * sim-if.c (sim_open, sim_create_inferior): Rename _bfd to bfd. Index: m32r/ChangeLog 2003-02-27 Andrew Cagney <cagney@redhat.com> * sim-if.c (sim_open, sim_create_inferior): Rename _bfd to bfd. Index: m68hc11/ChangeLog 2003-02-27 Andrew Cagney <cagney@redhat.com> * interp.c (sim_prepare_for_program, sim_open) (sim_create_inferior): Rename _bfd to bfd. Index: mcore/ChangeLog 2003-02-27 Andrew Cagney <cagney@redhat.com> * interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd. Index: mips/ChangeLog 2003-02-27 Andrew Cagney <cagney@redhat.com> * interp.c (sim_open): (sim_create_inferior): Index: mn10200/ChangeLog 2003-02-27 Andrew Cagney <cagney@redhat.com> * interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd. Index: mn10300/ChangeLog 2003-02-27 Andrew Cagney <cagney@redhat.com> * interp.c (sim_open, sim_create_inferior, sim_open) (sim_create_inferior): Rename _bfd to bfd. Index: ppc/ChangeLog 2003-02-27 Andrew Cagney <cagney@redhat.com> * sim_calls.c (sim_open, sim_create_inferior): Rename _bfd to bfd. Index: sh/ChangeLog 2003-02-27 Andrew Cagney <cagney@redhat.com> * interp.c (init_dsp, sim_open, sim_create_inferior): Rename _bfd to bfd. Index: v850/ChangeLog 2003-02-27 Andrew Cagney <cagney@redhat.com> * interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd. Index: z8k/ChangeLog 2003-02-27 Andrew Cagney <cagney@redhat.com> * iface.c (sim_open, sim_create_inferior): Rename _bfd to bfd. | ||||
* | Index: common/ChangeLog | Andrew Cagney | 2002-11-14 | 2 | -0/+7 |
| | | | | | | | | | | | 2002-11-13 Andrew Cagney <cagney@redhat.com> * run.c (main): Remove SIM_HAVE_ENVIRONMENT from #endif. Index: d10v/ChangeLog 2002-11-13 Andrew Cagney <cagney@redhat.com> * simops.c: Include <string.h>. | ||||
* | * d10v_sim.h (SET_PSW_BIT): Add cast to avoid inverting an enum. | Andrew Cagney | 2002-06-17 | 2 | -1/+5 |
| | |||||
* | Import current --enable-gdb-build-warnings. | Andrew Cagney | 2002-06-16 | 2 | -157/+210 |
| | |||||
* | Fix for transfers across segments. | Tom Rix | 2002-06-15 | 2 | -2/+7 |
| | |||||
* | Move include/callback.h and include/remote-sim.h to include/gdb/. | Andrew Cagney | 2002-06-09 | 5 | -6/+12 |
| | | | | Update accordingly. | ||||
* | Fix name of enum used in cast (sim_fetch_register, sim_store_register). | Andrew Cagney | 2002-06-08 | 2 | -2/+7 |
| | |||||
* | Use current date in ChangeLog entry. | Elena Zannoni | 2002-06-03 | 1 | -1/+1 |
| | |||||
* | 2002-05-28 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2002-06-03 | 2 | -1/+7 |
| | | | | | | From Jason Eckhardt <jle@redhat.com> * d10v_sim.h (INC_ADDR): Correctly handle the case where MOD_E is less than MOD_S (post-decrement). | ||||
* | Fill-out d10v enum so that there are no ``=''. | Andrew Cagney | 2002-06-01 | 2 | -56/+117 |
| | |||||
* | 2002-05-28 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2002-05-28 | 3 | -4/+23 |
| | | | | | | | | | | | * interp.c (sim_create_inferior): Add comment. From Alan Matsuoka <alanm@redhat.com>: From 2001-04-27 Jason Eckhardt <jle@cygnus.com>: * simops.c (OP_4400): Output "mvf0f" instead of "mf0f". (OP_4401): Output "mvf0t" instead of "mf0t". (OP_460B): Do not output a flag register. (OP_4609): Do not output a flag register. | ||||
* | * sim-d10v.h: Delete file. Moved to include/gdb/. | Andrew Cagney | 2002-05-24 | 3 | -2/+8 |
| | | | | | | | | | | * sim-d10v.h: New file. Moved from include/sim-d10v.h. * Makefile.in (INCLUDE): Add "gdb/sim-d10v.h". * interp.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h". * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h". * Makefile.in (sim_d10v_h): Update definition. | ||||
* | Removed a section of code that didn't do anything, but left values in | John R. Moore | 2001-08-02 | 2 | -19/+5 |
| | | | | memory. This was labeled as a hack to set r0/r1 with argc/argv. | ||||
* | * Makefile.in (simops.o): Add simops.h to dependency list. | J.T. Conklin | 2001-04-15 | 2 | -1/+5 |
| | |||||
* | Change profiling so that it is enabled by default. Re-generate everything. | Andrew Cagney | 2000-05-24 | 2 | -147/+162 |
| | |||||
* | Add missing ChangeLog. | Andrew Cagney | 2000-05-03 | 2 | -1/+25 |
| | | | | Sync with mitsu's version. | ||||
* | Add support for SIGILL (reserved-instruction-exception). | Andrew Cagney | 2000-04-18 | 2 | -2/+12 |
| | |||||
* | * moved misplaced ChangeLog entry | Frank Ch. Eigler | 2000-03-04 | 1 | -0/+5 |
| | |||||
* | When SIM_HAVE_ENVIRONMENT: use sim_set_trace() to enable tracing | Andrew Cagney | 2000-02-22 | 3 | -11/+8 |
| | | | | | | | instead of sim_trace() to run the program; include support for ``-o'' option (operating environment); when a signal occurs, only continue execution when operating environment mode. Update d10v. | ||||
* | Report SIGBUS and halt simulation when ld/st detect a misaligned address. | Andrew Cagney | 2000-02-09 | 3 | -34/+80 |
| | |||||
* | import gdb-2000-01-05 snapshot | Jason Molenda | 2000-01-06 | 4 | -27/+200 |
| | |||||
* | import gdb-1999-12-06 snapshot | Jason Molenda | 1999-12-07 | 2 | -0/+27 |
| | |||||
* | import gdb-1999-11-16 snapshot | Jason Molenda | 1999-11-17 | 4 | -312/+707 |
| | |||||
* | import gdb-1999-11-01 snapshot | Jason Molenda | 1999-11-02 | 2 | -2/+7 |
| | |||||
* | import gdb-1999-09-21 | Jason Molenda | 1999-09-22 | 2 | -7/+5 |
| | |||||
* | import gdb-1999-09-13 snapshot | Jason Molenda | 1999-09-13 | 3 | -20/+272 |
| | |||||
* | import gdb-1999-09-08 snapshot | Stan Shebs | 1999-09-09 | 3 | -160/+176 |
| | |||||
* | import gdb-1999-05-10 | Stan Shebs | 1999-05-11 | 2 | -174/+308 |
| | |||||
* | import gdb-19990422 snapshot | Stan Shebs | 1999-04-26 | 4 | -2/+46 |
| | |||||
* | Initial revision | Stan Shebs | 1999-04-16 | 11 | -0/+10212 |