summaryrefslogtreecommitdiff
path: root/sim/d10v
Commit message (Collapse)AuthorAgeFilesLines
* Index: arm/ChangeLogAndrew Cagney2003-02-272-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/ChangeLogAndrew Cagney2002-11-142-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 Cagney2002-06-172-1/+5
|
* Import current --enable-gdb-build-warnings.Andrew Cagney2002-06-162-157/+210
|
* Fix for transfers across segments.Tom Rix2002-06-152-2/+7
|
* Move include/callback.h and include/remote-sim.h to include/gdb/.Andrew Cagney2002-06-095-6/+12
| | | | Update accordingly.
* Fix name of enum used in cast (sim_fetch_register, sim_store_register).Andrew Cagney2002-06-082-2/+7
|
* Use current date in ChangeLog entry.Elena Zannoni2002-06-031-1/+1
|
* 2002-05-28 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-06-032-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 Cagney2002-06-012-56/+117
|
* 2002-05-28 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-05-283-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 Cagney2002-05-243-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 inJohn R. Moore2001-08-022-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. Conklin2001-04-152-1/+5
|
* Change profiling so that it is enabled by default. Re-generate everything.Andrew Cagney2000-05-242-147/+162
|
* Add missing ChangeLog.Andrew Cagney2000-05-032-1/+25
| | | | Sync with mitsu's version.
* Add support for SIGILL (reserved-instruction-exception).Andrew Cagney2000-04-182-2/+12
|
* * moved misplaced ChangeLog entryFrank Ch. Eigler2000-03-041-0/+5
|
* When SIM_HAVE_ENVIRONMENT: use sim_set_trace() to enable tracingAndrew Cagney2000-02-223-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 Cagney2000-02-093-34/+80
|
* import gdb-2000-01-05 snapshotJason Molenda2000-01-064-27/+200
|
* import gdb-1999-12-06 snapshotJason Molenda1999-12-072-0/+27
|
* import gdb-1999-11-16 snapshotJason Molenda1999-11-174-312/+707
|
* import gdb-1999-11-01 snapshotJason Molenda1999-11-022-2/+7
|
* import gdb-1999-09-21Jason Molenda1999-09-222-7/+5
|
* import gdb-1999-09-13 snapshotJason Molenda1999-09-133-20/+272
|
* import gdb-1999-09-08 snapshotStan Shebs1999-09-093-160/+176
|
* import gdb-1999-05-10Stan Shebs1999-05-112-174/+308
|
* import gdb-19990422 snapshotStan Shebs1999-04-264-2/+46
|
* Initial revisionStan Shebs1999-04-1611-0/+10212