aboutsummaryrefslogtreecommitdiff
path: root/sim/cr16/endian.c
AgeCommit message (Collapse)AuthorFilesLines
2015-11-15sim: cr16: convert to common sim memory modulesMike Frysinger1-55/+0
The cr16 port has a lot of translation/offset logic baked into it, but it all looks like copy & paste from the d10v port rather than something the cr16 port wants.
2015-11-15sim: cr16: push down sd/cpu varsMike Frysinger1-1/+1
By itself, this commit doesn't really change anything. It lays the groundwork for using the cpu state in follow up commits, both for engine state and for cpu state. Splitting things up this way so it is easier to see how things have changed.
2015-11-15sim: cr16: delete unused memory helpersMike Frysinger1-15/+0
These aren't used anywhere and are just leftover from the d10v port. Delete them so follow up commits are easier to follow.
2015-03-29sim: cr16: clean up misc warningsMike Frysinger1-15/+6
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
gdb/ChangeLog: Update year range in copyright notice of all files.
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-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.
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
gdb/ChangeLog: Copyright year update in most files of the GDB Project.
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-01-01Update copyright notices to add year 2010.Joel Brobecker1-2/+2
2009-01-14 Update the copyright notice of some of the files I missedJoel Brobecker1-2/+2
in the previous copyright update.
2008-05-05Comment changeM R Swami Reddy1-2/+2
2008-04-08Added Files:M R Swami Reddy1-0/+79
ChangeLog config.in configure configure.ac cr16_sim.h endian.c gencode.c interp.c Makefile.in simops.c: Add these file for CR16 target simulator.