summaryrefslogtreecommitdiff
path: root/sim/moxie/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* sim: unify sim-cpu usageMike Frysinger2015-04-151-1/+0
| | | | | | Now that all the targets are utilizing CPU_PC_{FETCH,STORE}, and the cpu state is multicore, and the STATE_CPU defines match, we can move it all to the common code.
* sim: move sim-engine.o/sim-hrw.o to the common listMike Frysinger2015-04-061-2/+0
| | | | This makes these two objects available to all sims by default.
* sim: moxie: fix running after nrun conversionMike Frysinger2015-04-051-0/+1
| | | | | | | | The nrun conversion was slightly incorrect in how it stopped when an exception occurred. We still set cpu.asregs.exception, but nothing was checking it anymore. Convert all of that to sim_engine_halt. To keep things from regressing again, add a basic testsuite too.
* sim: moxie: convert to nrun.oMike Frysinger2015-03-241-9/+10
| | | | | This port already used a lot of common/ files, so cutting it over to nrun.o and using a few more common objects is pretty straight forward.
* sim: moxie: switch to common sim-command.oMike Frysinger2015-03-241-1/+1
|
* sim: mcore/moxie: clean up makefiles a bitMike Frysinger2015-03-141-6/+1
| | | | Clean out stub targets and rules that get autogenerated.
* sim: make nrun the default run programMike Frysinger2015-03-141-0/+4
| | | | | | | | We want people to stop using the run.c frontend, but it's hard to notice when it's still set as the default. Lets flip things so nrun.c is the default, and users of run.c will get an error by default. We turn that error into a warning for existing sims so we don't break them -- this is mostly meant for people starting new ports.
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
| | | | | | gdb/ChangeLog: Update year range in copyright notice of all files.
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
|
* * Makefile.in (dtbdir): Don't use gdb's version.in.Tom Tromey2013-06-261-1/+1
|
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
| | | | | | | Two modifications: 1. The addition of 2013 to the copyright year range for every file; 2. The use of a single year range, instead of potentially multiple year ranges, as approved by the FSF.
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
| | | | | | gdb/ChangeLog: Copyright year update in most files of the GDB Project.
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
|
* Update copyright notices to add year 2010.Joel Brobecker2010-01-011-2/+1
|
* Use common memory infrastructure and introduce device tree supportAnthony Green2009-09-101-1/+18
|
* Add moxie simulatorAnthony Green2009-05-011-0/+29